Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-13 Thread Maciej W. Rozycki
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. > > > > > h Obviously "debuggees", e.g.: . Maciej

Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-01 Thread Bhaskar Chowdhury
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:

Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-01 Thread Bhaskar Chowdhury
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. h -- Bert Vermeulen b...@biot.com signature.asc Description: PGP signature

Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-01 Thread Randy Dunlap
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

Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-01 Thread Bert Vermeulen
On 2/1/21 12:17 PM, Bhaskar Chowdhury wrote: > s/debugees/debuge's/ Definitely not. -- Bert Vermeulen b...@biot.com

[PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-01 Thread Bhaskar Chowdhury
s/intercpu/inter CPU/ s/debugees/debuge's/ Signed-off-by: Bhaskar Chowdhury --- 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