Commit 83e63843 authored by Roman Kisel's avatar Roman Kisel Committed by Thomas Gleixner
Browse files

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

parent 98e8f2c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 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.