VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   34 Branches   58 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2020-10-15 20:10:57 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2020-10-16 11:11:20 -0700 commit: dde57fe01a0a39ce131ad5611e0a4430cec66bd8 parent: 2f22385fb1211a90f53ee197e0f41ae0d35b391c
Commit Summary:
lib: dynamic_queue_limits: delete duplicated words + fix typo
Diffstat:
1 file 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.