projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e8f2c
)
smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment
author
Roman Kisel
<romank@linux.microsoft.com>
Tue, 22 Jul 2025 16:18:18 +0000
(09:18 -0700)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 2 Aug 2025 12:24:50 +0000
(14:24 +0200)
"boolean" is spelt as "blooean". Fix that.
Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lore.kernel.org/all/20250722161818.6139-1-romank@linux.microsoft.com
kernel/smp.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/smp.c
b/kernel/smp.c
index 4649fa4872ff950689fc8a6be900ee5b4fc3a0a2..56f83aa58ec82f3833420f261843fb7101394754 100644
(file)
--- a/
kernel/smp.c
+++ b/
kernel/smp.c
@@
-1018,7
+1018,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 b
loo
ean value indicating whether to IPI
+ * return a b
ool
ean value indicating whether to IPI
* the specified CPU.
* @func: The function to run on all applicable CPUs.
* This must be fast and non-blocking.