Skip to content
Snippets Groups Projects
Commit 9f5d785e authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Adrian Bunk
Browse files

remove duplicate "until" from kernel/workqueue.c


s/until until/until/

Signed-off-by: default avatarRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent c98acc58
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
* possible cpu).
*
* The sequence counters are for flush_scheduled_work(). It wants to wait
* until until all currently-scheduled works are completed, but it doesn't
* until all currently-scheduled works are completed, but it doesn't
* want to be livelocked by new, incoming ones. So it waits until
* remove_sequence is >= the insert_sequence which pertained when
* flush_scheduled_work() was called.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment