mirror of https://gitee.com/openkylin/linux.git
clockevents: fix typo in tick-broadcast.c
braodcast -> broadcast Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
3f34d024c1
commit
833df317f9
|
@ -262,7 +262,7 @@ static void tick_do_broadcast_on_off(void *why)
|
|||
void tick_broadcast_on_off(unsigned long reason, int *oncpu)
|
||||
{
|
||||
if (!cpu_isset(*oncpu, cpu_online_map))
|
||||
printk(KERN_ERR "tick-braodcast: ignoring broadcast for "
|
||||
printk(KERN_ERR "tick-broadcast: ignoring broadcast for "
|
||||
"offline CPU #%d\n", *oncpu);
|
||||
else
|
||||
smp_call_function_single(*oncpu, tick_do_broadcast_on_off,
|
||||
|
|
Loading…
Reference in New Issue