diff options
author | 2020-10-28 21:37:38 +0000 | |
---|---|---|
committer | 2020-10-28 21:37:38 +0000 | |
commit | f59cddd8517ab880fb09bf1465b07b337e058b22 (patch) | |
tree | b8ac2b4bd99f6b4860dd403bb39b2b7149ed06e0 /lib/dynamic_queue_limits.c | |
parent | MAINTAINERS: Add entry for Qualcomm IPQ4019 VQMMC regulator (diff) | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-f59cddd8517ab880fb09bf1465b07b337e058b22.tar.xz wireguard-linux-f59cddd8517ab880fb09bf1465b07b337e058b22.zip |
Merge tag 'v5.10-rc1' into regulator-5.10
Linux 5.10-rc1
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. |