Re: [PATCH] x86/entry: Fix a typo

2021-03-21 Thread Ingo Molnar
* Bhaskar Chowdhury wrote: > On 23:55 Sun 21 Mar 2021, Ingo Molnar wrote: > > > > * Randy Dunlap wrote: > > > > > > > > > > > On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote: > > > > > > > > > > > s/swishes/switch/ > > > > > > should be 'switches' > > > > Correct - this patch exchanged a t

Re: [PATCH] x86/entry: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
On 23:55 Sun 21 Mar 2021, Ingo Molnar wrote: * Randy Dunlap wrote: On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote: > > s/swishes/switch/ should be 'switches' Correct - this patch exchanged a typo for a grammar mistake... Sent a V2 ...check out.. Thanks, Ingo signature.asc De

Re: [PATCH] x86/entry: Fix a typo

2021-03-21 Thread Ingo Molnar
* Randy Dunlap wrote: > > > On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote: > > > > > s/swishes/switch/ > > should be 'switches' Correct - this patch exchanged a typo for a grammar mistake... Thanks, Ingo

Re: [PATCH] x86/entry: Fix a typo

2021-03-21 Thread Randy Dunlap
On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote: s/swishes/switch/ should be 'switches' Signed-off-by: Bhaskar Chowdhury --- arch/x86/entry/entry_32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S index 4554a27a274

[PATCH] x86/entry: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/swishes/switch/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/entry/entry_32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S index 4554a27a2747..c1fe264900e9 100644 --- a/arch/x86/entry/entry_32.S +++ b/arch/x86/entr