aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/dynamic_queue_limits.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-12-11 17:47:55 +0000
committerMark Brown <broonie@kernel.org>2020-12-11 17:47:55 +0000
commit031616c434db05ce766f76c62865f55698e0924f (patch)
tree7f29aa1ff3e7b51a8058cd570fb785c6e769b245 /lib/dynamic_queue_limits.c
parentMerge remote-tracking branch 'asoc/for-5.9' into asoc-linus (diff)
parentASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control() (diff)
downloadwireguard-linux-031616c434db05ce766f76c62865f55698e0924f.tar.xz
wireguard-linux-031616c434db05ce766f76c62865f55698e0924f.zip
Merge remote-tracking branch 'asoc/for-5.10' into asoc-linus
Diffstat (limited to 'lib/dynamic_queue_limits.c')
-rw-r--r--lib/dynamic_queue_limits.c4
1 files 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.