From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/lib/dynamic_queue_limits.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/lib/dynamic_queue_limits.c b/kernel/lib/dynamic_queue_limits.c index e659a02..fde0aa2 100644 --- a/kernel/lib/dynamic_queue_limits.c +++ b/kernel/lib/dynamic_queue_limits.c @@ -60,8 +60,8 @@ * 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. -- Gitblit v1.6.2