forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/lib/dynamic_queue_limits.c
....@@ -60,8 +60,8 @@
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.