diff options
author | Rolf Eike Beer <eike-kernel@sf-tec.de> | 2006-10-03 17:07:31 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 17:07:31 -0400 |
commit | 9f5d785e93f7c68c37582ddea848de23689fdd76 (patch) | |
tree | 65c6068fd4e340747763de1caa20560b0e56aef7 /kernel | |
parent | c98acc5865c1217195217444cc6c6d317fddda50 (diff) |
remove duplicate "until" from kernel/workqueue.c
s/until until/until/
Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 835fe28b87a8..cfc737bffe6d 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -34,7 +34,7 @@ | |||
34 | * possible cpu). | 34 | * possible cpu). |
35 | * | 35 | * |
36 | * The sequence counters are for flush_scheduled_work(). It wants to wait | 36 | * The sequence counters are for flush_scheduled_work(). It wants to wait |
37 | * until until all currently-scheduled works are completed, but it doesn't | 37 | * until all currently-scheduled works are completed, but it doesn't |
38 | * want to be livelocked by new, incoming ones. So it waits until | 38 | * want to be livelocked by new, incoming ones. So it waits until |
39 | * remove_sequence is >= the insert_sequence which pertained when | 39 | * remove_sequence is >= the insert_sequence which pertained when |
40 | * flush_scheduled_work() was called. | 40 | * flush_scheduled_work() was called. |