Skip to content

Commit

Permalink
remove duplicate "until" from kernel/workqueue.c
Browse files Browse the repository at this point in the history
s/until until/until/

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Rolf Eike Beer authored and Adrian Bunk committed Oct 3, 2006
1 parent c98acc5 commit 9f5d785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f5d785

Please sign in to comment.