From: Bhaskar Chowdhury Date: Tue, 13 Apr 2021 22:21:41 +0000 (+1000) Subject: kernel/up.c: fix typo X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e8cf7252cb3cca4ffb70c436f098db7d84b58f99;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/kernel/up.c b/kernel/up.c index bf20b4a9af60..df50828cc2f0 100644 --- a/kernel/up.c +++ b/kernel/up.c @@ -38,7 +38,7 @@ EXPORT_SYMBOL(smp_call_function_single_async); /* * Preemption is disabled here to make sure the cond_func is called under the - * same condtions in UP and SMP. + * same conditions in UP and SMP. */ void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, void *info, bool wait, const struct cpumask *mask)