diff options
author | Liu Song <fishland@aliyun.com> | 2019-02-19 23:53:27 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2019-02-21 08:03:38 -0800 |
commit | 8bdc6201785d0b5231bfd77bf2b62726395092d7 (patch) | |
tree | 216f35668434847a9a6e1dac7e521538041c610a /kernel/workqueue.c | |
parent | 4d43d395fed124631ca02356c711facb90185175 (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.c | 2 |
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, * 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 |