diff options
author | 2020-10-28 21:36:51 +0000 | |
---|---|---|
committer | 2020-10-28 21:36:51 +0000 | |
commit | 3bfd5f422f07a10f485c3f046431783c7c4004f2 (patch) | |
tree | 7e990a251c825482216a0355177ef80874b3c0cb /lib/dynamic_queue_limits.c | |
parent | spi: imx: fix runtime pm support for !CONFIG_PM (diff) | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-3bfd5f422f07a10f485c3f046431783c7c4004f2.tar.xz wireguard-linux-3bfd5f422f07a10f485c3f046431783c7c4004f2.zip |
Merge tag 'v5.10-rc1' into spi-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. |