Skip to content

Commit dde57fe

Browse files
rddunlaptorvalds
authored andcommitted
lib: dynamic_queue_limits: delete duplicated words + fix typo
Drop the repeated word "the". Fix spelling of "excess". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: https://lkml.kernel.org/r/20200823040449.25946-1-rdunlap@infradead.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 2f22385 commit dde57fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/dynamic_queue_limits.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ void dql_completed(struct dql *dql, unsigned int count)
6060
* A decrease is only considered if the queue has been busy in
6161
* the whole interval (the check above).
6262
*
63-
* If there is slack, the amount of execess data queued above
64-
* the the amount needed to prevent starvation, the queue limit
63+
* If there is slack, the amount of excess data queued above
64+
* the amount needed to prevent starvation, the queue limit
6565
* can be decreased. To avoid hysteresis we consider the
6666
* minimum amount of slack found over several iterations of the
6767
* completion routine.

0 commit comments

Comments
 (0)