Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kernel/up.c: fix typo

s/condtions/conditions/

Link: https://lkml.kernel.org/r/20210317032732.3260835-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Bhaskar Chowdhury and committed by
Linus Torvalds
f0fffaff a12f4f85

+1 -1
+1 -1
kernel/up.c
··· 38 38 39 39 /* 40 40 * Preemption is disabled here to make sure the cond_func is called under the 41 - * same condtions in UP and SMP. 41 + * same conditions in UP and SMP. 42 42 */ 43 43 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, 44 44 void *info, bool wait, const struct cpumask *mask)