diff options
author | 2020-10-28 21:36:35 +0000 | |
---|---|---|
committer | 2020-10-28 21:36:35 +0000 | |
commit | ce038aeaee68f2e41c732b4b91c7185a1cac14b5 (patch) | |
tree | baa463fe66186edf19b3ca65d002f66dd75f09a1 /lib/dynamic_queue_limits.c | |
parent | ASoC: codecs: wcd9335: Set digital gain range correctly (diff) | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-ce038aeaee68f2e41c732b4b91c7185a1cac14b5.tar.xz wireguard-linux-ce038aeaee68f2e41c732b4b91c7185a1cac14b5.zip |
Merge tag 'v5.10-rc1' into asoc-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. |