Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

workqueue: fix a typo in comment

There should be three, fix it.

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Wang Jinchao and committed by
Tejun Heo
96068b60 4f19b8e0

+1 -1
+1 -1
kernel/workqueue.c
··· 7604 7604 /** 7605 7605 * workqueue_init_topology - initialize CPU pods for unbound workqueues 7606 7606 * 7607 - * This is the third step of there-staged workqueue subsystem initialization and 7607 + * This is the third step of three-staged workqueue subsystem initialization and 7608 7608 * invoked after SMP and topology information are fully initialized. It 7609 7609 * initializes the unbound CPU pods accordingly. 7610 7610 */