mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
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>
This commit is contained in:
parent
4d43d395fe
commit
8bdc620178
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue