All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
@ 2021-02-01 11:17 Bhaskar Chowdhury
  2021-02-01 16:51 ` Bert Vermeulen
  0 siblings, 1 reply; 6+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-01 11:17 UTC (permalink / raw)
  To: tsbogend, peterz, frederic, mingo, peterx, afzal.mohd.ma,
	linux-mips, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury

s/intercpu/inter CPU/
s/debugees/debuge's/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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


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

* Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
  2021-02-01 11:17 [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c Bhaskar Chowdhury
@ 2021-02-01 16:51 ` Bert Vermeulen
  2021-02-01 17:51   ` Randy Dunlap
  2021-02-01 23:38   ` Bhaskar Chowdhury
  0 siblings, 2 replies; 6+ messages in thread
From: Bert Vermeulen @ 2021-02-01 16:51 UTC (permalink / raw)
  To: Bhaskar Chowdhury, tsbogend, peterz, frederic, mingo, peterx,
	afzal.mohd.ma, linux-mips, linux-kernel
  Cc: rdunlap

On 2/1/21 12:17 PM, Bhaskar Chowdhury wrote:
> s/debugees/debuge's/

Definitely not.


-- 
Bert Vermeulen
bert@biot.com

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

* Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
  2021-02-01 16:51 ` Bert Vermeulen
@ 2021-02-01 17:51   ` Randy Dunlap
  2021-02-01 23:39     ` Bhaskar Chowdhury
  2021-02-01 23:38   ` Bhaskar Chowdhury
  1 sibling, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2021-02-01 17:51 UTC (permalink / raw)
  To: Bert Vermeulen, Bhaskar Chowdhury, tsbogend, peterz, frederic,
	mingo, peterx, afzal.mohd.ma, linux-mips, linux-kernel

On 2/1/21 8:51 AM, Bert Vermeulen wrote:
> On 2/1/21 12:17 PM, Bhaskar Chowdhury wrote:
>> s/debugees/debuge's/
> 
> Definitely not.
> 

and preferably "inter-CPU".

-- 
~Randy
netiquette: https://people.kernel.org/tglx/notes-about-netiquette

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

* Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
  2021-02-01 16:51 ` Bert Vermeulen
  2021-02-01 17:51   ` Randy Dunlap
@ 2021-02-01 23:38   ` Bhaskar Chowdhury
  2021-02-13 23:49     ` Maciej W. Rozycki
  1 sibling, 1 reply; 6+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-01 23:38 UTC (permalink / raw)
  To: Bert Vermeulen
  Cc: tsbogend, peterz, frederic, mingo, peterx, afzal.mohd.ma,
	linux-mips, linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

On 17:51 Mon 01 Feb 2021, Bert Vermeulen wrote:
>On 2/1/21 12:17 PM, Bhaskar Chowdhury wrote:
>> s/debugees/debuge's/
>
>Definitely not.
>
>
hmmmm
>--
>Bert Vermeulen
>bert@biot.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
  2021-02-01 17:51   ` Randy Dunlap
@ 2021-02-01 23:39     ` Bhaskar Chowdhury
  0 siblings, 0 replies; 6+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-01 23:39 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Bert Vermeulen, tsbogend, peterz, frederic, mingo, peterx,
	afzal.mohd.ma, linux-mips, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

On 09:51 Mon 01 Feb 2021, Randy Dunlap wrote:
>On 2/1/21 8:51 AM, Bert Vermeulen wrote:
>> On 2/1/21 12:17 PM, Bhaskar Chowdhury wrote:
>>> s/debugees/debuge's/
>>
>> Definitely not.
>>
>
>and preferably "inter-CPU".
>
Haven't thought about it ..will fix it , Randy!
>--
>~Randy
>netiquette: https://people.kernel.org/tglx/notes-about-netiquette

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
  2021-02-01 23:38   ` Bhaskar Chowdhury
@ 2021-02-13 23:49     ` Maciej W. Rozycki
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej W. Rozycki @ 2021-02-13 23:49 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Bert Vermeulen, tsbogend, peterz, frederic, mingo, peterx,
	afzal.mohd.ma, linux-mips, linux-kernel, rdunlap

On Tue, 2 Feb 2021, Bhaskar Chowdhury wrote:

> On 17:51 Mon 01 Feb 2021, Bert Vermeulen wrote:
> > On 2/1/21 12:17 PM, Bhaskar Chowdhury wrote:
> > > s/debugees/debuge's/
> > 
> > Definitely not.
> > 
> > 
> hmmmm

 Obviously "debuggees", e.g.: <https://en.wiktionary.org/wiki/debuggee>.

  Maciej

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

end of thread, other threads:[~2021-02-13 23:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 11:17 [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c Bhaskar Chowdhury
2021-02-01 16:51 ` Bert Vermeulen
2021-02-01 17:51   ` Randy Dunlap
2021-02-01 23:39     ` Bhaskar Chowdhury
2021-02-01 23:38   ` Bhaskar Chowdhury
2021-02-13 23:49     ` Maciej W. Rozycki

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.