X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fworkqueue.c;h=cfc737bffe6deb8d5b2c97658b19e7917e296cce;hb=ba2397efe10ba728c7ff22b179e218c292227c13;hp=835fe28b87a8325c1cfb691de03dd7e2615ea943;hpb=80914d97aa0c61fbfd8eadd120c863b6229f0809;p=~andy%2Flinux diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 835fe28b87a..cfc737bffe6 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -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.