We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12f4f8 commit f0fffafCopy full SHA for f0fffaf
kernel/up.c
@@ -38,7 +38,7 @@ EXPORT_SYMBOL(smp_call_function_single_async);
38
39
/*
40
* Preemption is disabled here to make sure the cond_func is called under the
41
- * same condtions in UP and SMP.
+ * same conditions in UP and SMP.
42
*/
43
void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func,
44
void *info, bool wait, const struct cpumask *mask)
0 commit comments