Commit 8bdc6201 authored by Liu Song's avatar Liu Song Committed by Tejun Heo
Browse files

workqueue: fix typo in comment



qeueue/queue

Signed-off-by: default avatarLiu Song <liu.song11@zte.com.cn>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 4d43d395
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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