[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210201111757.8019-1-unixbhaskar@gmail.com>
Date: Mon, 1 Feb 2021 16:47:57 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: tsbogend@...ha.franken.de, peterz@...radead.org,
frederic@...nel.org, mingo@...nel.org, peterx@...hat.com,
afzal.mohd.ma@...il.com, linux-mips@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
s/intercpu/inter CPU/
s/debugees/debuge's/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
arch/mips/kernel/smp.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c
index 74b9102fd06e..e8a4ce7330ab 100644
--- a/arch/mips/kernel/smp.c
+++ b/arch/mips/kernel/smp.c
@@ -59,7 +59,7 @@ static DECLARE_COMPLETION(cpu_starting);
static DECLARE_COMPLETION(cpu_running);
/*
- * A logcal cpu mask containing only one VPE per core to
+ * A logical cpu mask containing only one VPE per core to
* reduce the number of IPIs on large MT systems.
*/
cpumask_t cpu_foreign_map[NR_CPUS] __read_mostly;
@@ -510,10 +510,10 @@ static inline void smp_on_each_tlb(void (*func) (void *info), void *info)
* address spaces, a new context is obtained on the current cpu, and tlb
* context on other cpus are invalidated to force a new context allocation
* at switch_mm time, should the mm ever be used on other cpus. For
- * multithreaded address spaces, intercpu interrupts have to be sent.
- * Another case where intercpu interrupts are required is when the target
+ * multithreaded address spaces, inter CPU interrupts have to be sent.
+ * Another case where inter CPU interrupts are required is when the target
* mm might be active on another cpu (eg debuggers doing the flushes on
- * behalf of debugees, kswapd stealing pages from another process etc).
+ * behalf of debuge's, kswapd stealing pages from another process etc).
* Kanoj 07/00.
*/
--
2.26.2
Powered by blists - more mailing lists