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 typo in WQ_AFFN_SMT comment

Fix "poer" -> "per" in the WQ_AFFN_SMT enum comment.

Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Breno Leitao and committed by
Tejun Heo
9dc42c90 2ab73938

+1 -1
+1 -1
include/linux/workqueue.h
··· 131 131 enum wq_affn_scope { 132 132 WQ_AFFN_DFL, /* use system default */ 133 133 WQ_AFFN_CPU, /* one pod per CPU */ 134 - WQ_AFFN_SMT, /* one pod poer SMT */ 134 + WQ_AFFN_SMT, /* one pod per SMT */ 135 135 WQ_AFFN_CACHE, /* one pod per LLC */ 136 136 WQ_AFFN_NUMA, /* one pod per NUMA node */ 137 137 WQ_AFFN_SYSTEM, /* one pod across the whole system */