diff options
author | 2020-11-12 21:20:43 +0000 | |
---|---|---|
committer | 2020-11-12 21:20:43 +0000 | |
commit | 4f6b838c378a52ea3ae0b15f12ca8a20849072fa (patch) | |
tree | fbd8c2346320f97eda221b9150d787f9006e8b35 /lib/dynamic_queue_limits.c | |
parent | KVM: arm64: Remove AA64ZFR0_EL1 accessors (diff) | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-4f6b838c378a52ea3ae0b15f12ca8a20849072fa.tar.xz wireguard-linux-4f6b838c378a52ea3ae0b15f12ca8a20849072fa.zip |
Merge tag 'v5.10-rc1' into kvmarm-master/next
Linux 5.10-rc1
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'lib/dynamic_queue_limits.c')
-rw-r--r-- | lib/dynamic_queue_limits.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dynamic_queue_limits.c b/lib/dynamic_queue_limits.c index e659a027036e..fde0aa244148 100644 --- a/lib/dynamic_queue_limits.c +++ b/lib/dynamic_queue_limits.c @@ -60,8 +60,8 @@ void dql_completed(struct dql *dql, unsigned int count) * A decrease is only considered if the queue has been busy in * the whole interval (the check above). * - * If there is slack, the amount of execess data queued above - * the the amount needed to prevent starvation, the queue limit + * If there is slack, the amount of excess data queued above + * the amount needed to prevent starvation, the queue limit * can be decreased. To avoid hysteresis we consider the * minimum amount of slack found over several iterations of the * completion routine. |