[PATCH] smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment

From: Roman Kisel
Date: Tue Jul 22 2025 - 12:18:56 EST


"boolean" is spelt as "blooean". Fix that.

Signed-off-by: Roman Kisel <romank@xxxxxxxxxxxxxxxxxxx>
---
kernel/smp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/smp.c b/kernel/smp.c
index 974f3a3962e8..631183ea55d5 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -1026,7 +1026,7 @@ void __init smp_init(void)
* @cond_func: A callback function that is passed a cpu id and
* the info parameter. The function is called
* with preemption disabled. The function should
- * return a blooean value indicating whether to IPI
+ * return a boolean value indicating whether to IPI
* the specified CPU.
* @func: The function to run on all applicable CPUs.
* This must be fast and non-blocking.

base-commit: 89be9a83ccf1f88522317ce02f854f30d6115c41
--
2.43.0