All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel: Fix a typo in the file up.c
@ 2021-03-17  3:27 Bhaskar Chowdhury
  2021-03-17  5:14 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17  3:27 UTC (permalink / raw)
  To: akpm, rdunlap, linux-kernel; +Cc: Bhaskar Chowdhury


s/condtions/conditions/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Adding Andrew in the to list, becasue this file has no maintainer attached

 kernel/up.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/up.c b/kernel/up.c
index c6f323dcd45b..1b9b135e77dd 100644
--- a/kernel/up.c
+++ b/kernel/up.c
@@ -67,7 +67,7 @@ EXPORT_SYMBOL(on_each_cpu_mask);

 /*
  * 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)
--
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-17  5:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  3:27 [PATCH] kernel: Fix a typo in the file up.c Bhaskar Chowdhury
2021-03-17  5:14 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.