Skip to content

Commit

Permalink
workqueue: fix a typo in comment
Browse files Browse the repository at this point in the history
There should be three, fix it.

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Wang Jinchao authored and Tejun Heo committed Feb 5, 2024
1 parent 4f19b8e commit 96068b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -7604,7 +7604,7 @@ static bool __init cpus_share_numa(int cpu0, int cpu1)
/**
* workqueue_init_topology - initialize CPU pods for unbound workqueues
*
* This is the third step of there-staged workqueue subsystem initialization and
* This is the third step of three-staged workqueue subsystem initialization and
* invoked after SMP and topology information are fully initialized. It
* initializes the unbound CPU pods accordingly.
*/
Expand Down

0 comments on commit 96068b6

Please sign in to comment.