workqueue: fix typo in comment
authorLiu Song <fishland@aliyun.com>
Tue, 19 Feb 2019 15:53:27 +0000 (23:53 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 21 Feb 2019 16:03:38 +0000 (08:03 -0800)
qeueue/queue

Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c

index a503ad9..29a4de4 100644 (file)
@@ -646,7 +646,7 @@ static void set_work_pool_and_clear_pending(struct work_struct *work,
         * The following mb guarantees that previous clear of a PENDING bit
         * will not be reordered with any speculative LOADS or STORES from
         * work->current_func, which is executed afterwards.  This possible
-        * reordering can lead to a missed execution on attempt to qeueue
+        * reordering can lead to a missed execution on attempt to queue
         * the same @work.  E.g. consider this case:
         *
         *   CPU#0                         CPU#1