Skip to content

Commit f0fffaf

Browse files
unixbhaskartorvalds
authored andcommitted
kernel/up.c: fix typo
s/condtions/conditions/ Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Bhaskar Chowdhury <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent a12f4f8 commit f0fffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/up.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ EXPORT_SYMBOL(smp_call_function_single_async);
3838

3939
/*
4040
* 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.
4242
*/
4343
void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func,
4444
void *info, bool wait, const struct cpumask *mask)

0 commit comments

Comments
 (0)