]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
workqueue: fix typo in WQ_AFFN_SMT comment
authorBreno Leitao <leitao@debian.org>
Wed, 1 Apr 2026 13:03:52 +0000 (06:03 -0700)
committerTejun Heo <tj@kernel.org>
Wed, 1 Apr 2026 20:24:18 +0000 (10:24 -1000)
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>
include/linux/workqueue.h

index 9f971912c6be23e898a61e7143f1c5d41a8e2f98..75634a09576a82b8c4adc3cb8afe3dac9ba13be2 100644 (file)
@@ -131,7 +131,7 @@ struct rcu_work {
 enum wq_affn_scope {
        WQ_AFFN_DFL,                    /* use system default */
        WQ_AFFN_CPU,                    /* one pod per CPU */
-       WQ_AFFN_SMT,                    /* one pod poer SMT */
+       WQ_AFFN_SMT,                    /* one pod per SMT */
        WQ_AFFN_CACHE,                  /* one pod per LLC */
        WQ_AFFN_NUMA,                   /* one pod per NUMA node */
        WQ_AFFN_SYSTEM,                 /* one pod across the whole system */