From: Randy Dunlap Date: Fri, 16 Oct 2020 03:10:57 +0000 (-0700) Subject: lib: dynamic_queue_limits: delete duplicated words + fix typo X-Git-Tag: v5.10.7~1400^2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dde57fe01a0a39ce131ad5611e0a4430cec66bd8;p=platform%2Fkernel%2Flinux-rpi.git lib: dynamic_queue_limits: delete duplicated words + fix typo Drop the repeated word "the". Fix spelling of "excess". Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Link: https://lkml.kernel.org/r/20200823040449.25946-1-rdunlap@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/lib/dynamic_queue_limits.c b/lib/dynamic_queue_limits.c index e659a02..fde0aa2 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.