aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
authorLiu Song <fishland@aliyun.com>2019-02-19 10:53:27 -0500
committerTejun Heo <tj@kernel.org>2019-02-21 11:03:38 -0500
commit8bdc6201785d0b5231bfd77bf2b62726395092d7 (patch)
tree216f35668434847a9a6e1dac7e521538041c610a /kernel/workqueue.c
parent4d43d395fed124631ca02356c711facb90185175 (diff)
workqueue: fix typo in comment
qeueue/queue Signed-off-by: Liu Song <liu.song11@zte.com.cn> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index a503ad9d0aec..29a4de4025be 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -646,7 +646,7 @@ static void set_work_pool_and_clear_pending(struct work_struct *work,
646 * The following mb guarantees that previous clear of a PENDING bit 646 * The following mb guarantees that previous clear of a PENDING bit
647 * will not be reordered with any speculative LOADS or STORES from 647 * will not be reordered with any speculative LOADS or STORES from
648 * work->current_func, which is executed afterwards. This possible 648 * work->current_func, which is executed afterwards. This possible
649 * reordering can lead to a missed execution on attempt to qeueue 649 * reordering can lead to a missed execution on attempt to queue
650 * the same @work. E.g. consider this case: 650 * the same @work. E.g. consider this case:
651 * 651 *
652 * CPU#0 CPU#1 652 * CPU#0 CPU#1