projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12f4f8
)
kernel/up.c: fix typo
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Fri, 7 May 2021 01:06:33 +0000
(18:06 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 7 May 2021 07:26:34 +0000
(
00:26
-0700)
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>
kernel/up.c
patch
|
blob
|
history
diff --git
a/kernel/up.c
b/kernel/up.c
index bf20b4a9af6075315fb751038f289b0da221a763..df50828cc2f0efbccfe1755c27dec3fea42c4990 100644
(file)
--- 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 cond
i
tions 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)