Skip to content

Commit 83e6384

Browse files
romank-msftKAGA-KOKO
authored andcommitted
smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment
"boolean" is spelt as "blooean". Fix that. Signed-off-by: Roman Kisel <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 98e8f2c commit 83e6384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/smp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ void __init smp_init(void)
10181018
* @cond_func: A callback function that is passed a cpu id and
10191019
* the info parameter. The function is called
10201020
* with preemption disabled. The function should
1021-
* return a blooean value indicating whether to IPI
1021+
* return a boolean value indicating whether to IPI
10221022
* the specified CPU.
10231023
* @func: The function to run on all applicable CPUs.
10241024
* This must be fast and non-blocking.

0 commit comments

Comments
 (0)