linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/entry: Fix a typo
@ 2021-03-21 20:13 Bhaskar Chowdhury
  2021-03-21 21:56 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-21 20:13 UTC (permalink / raw)
  To: luto, tglx, mingo, bp, x86, hpa, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/swishes/switch/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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/entry/entry_32.S
@@ -1107,7 +1107,7 @@ SYM_FUNC_END(entry_INT80_32)
  * Switch back for ESPFIX stack to the normal zerobased stack
  *
  * We can't call C functions using the ESPFIX stack. This code reads
- * the high word of the segment base from the GDT and swishes to the
+ * the high word of the segment base from the GDT and switch to the
  * normal stack and adjusts ESP with the matching offset.
  *
  * We might be on user CR3 here, so percpu data is not mapped and we can't
--
2.31.0


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

* Re: [PATCH] x86/entry: Fix a typo
  2021-03-21 20:13 [PATCH] x86/entry: Fix a typo Bhaskar Chowdhury
@ 2021-03-21 21:56 ` Randy Dunlap
  2021-03-21 22:55   ` Ingo Molnar
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2021-03-21 21:56 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: luto, tglx, mingo, bp, x86, hpa, linux-kernel



On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/swishes/switch/

should be 'switches'

>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> 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/entry/entry_32.S
> @@ -1107,7 +1107,7 @@ SYM_FUNC_END(entry_INT80_32)
>  * Switch back for ESPFIX stack to the normal zerobased stack
>  *
>  * We can't call C functions using the ESPFIX stack. This code reads
> - * the high word of the segment base from the GDT and swishes to the
> + * the high word of the segment base from the GDT and switch to the
>  * normal stack and adjusts ESP with the matching offset.
>  *
>  * We might be on user CR3 here, so percpu data is not mapped and we can't
> --
> 2.31.0
>
>

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

* Re: [PATCH] x86/entry: Fix a typo
  2021-03-21 21:56 ` Randy Dunlap
@ 2021-03-21 22:55   ` Ingo Molnar
  2021-03-21 23:01     ` Bhaskar Chowdhury
  0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2021-03-21 22:55 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Bhaskar Chowdhury, luto, tglx, mingo, bp, x86, hpa, linux-kernel


* Randy Dunlap <rdunlap@infradead.org> 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

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

* Re: [PATCH] x86/entry: Fix a typo
  2021-03-21 22:55   ` Ingo Molnar
@ 2021-03-21 23:01     ` Bhaskar Chowdhury
  2021-03-22  3:30       ` Ingo Molnar
  0 siblings, 1 reply; 5+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-21 23:01 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Randy Dunlap, luto, tglx, mingo, bp, x86, hpa, linux-kernel

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

On 23:55 Sun 21 Mar 2021, Ingo Molnar wrote:
>
>* Randy Dunlap <rdunlap@infradead.org> 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

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

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

* Re: [PATCH] x86/entry: Fix a typo
  2021-03-21 23:01     ` Bhaskar Chowdhury
@ 2021-03-22  3:30       ` Ingo Molnar
  0 siblings, 0 replies; 5+ messages in thread
From: Ingo Molnar @ 2021-03-22  3:30 UTC (permalink / raw)
  To: Bhaskar Chowdhury, Randy Dunlap, luto, tglx, mingo, bp, x86, hpa,
	linux-kernel


* Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:

> On 23:55 Sun 21 Mar 2021, Ingo Molnar wrote:
> > 
> > * Randy Dunlap <rdunlap@infradead.org> 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..

I cannot find it in my mbox or on lkml - but in any case, this should 
be fixed in tip:master too.

Thanks,

	Ingo

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

end of thread, other threads:[~2021-03-22  3:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 20:13 [PATCH] x86/entry: Fix a typo Bhaskar Chowdhury
2021-03-21 21:56 ` Randy Dunlap
2021-03-21 22:55   ` Ingo Molnar
2021-03-21 23:01     ` Bhaskar Chowdhury
2021-03-22  3:30       ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).