[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <bdbd8a75-8a48-f96e-a893-a8593ded79b5@infradead.org>
Date: Sun, 21 Mar 2021 14:57:08 -0700 (PDT)
From: Randy Dunlap <rdunlap@...radead.org>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>
cc: luto@...nel.org, tglx@...utronix.de, mingo@...hat.com,
bp@...en8.de, x86@...nel.org, hpa@...or.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86/entry: A typo fix
On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote:
>
> s/definitly/definitely/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
> ---
> arch/x86/entry/entry_64.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S
> index 400908dff42e..0a7e9647e84a 100644
> --- a/arch/x86/entry/entry_64.S
> +++ b/arch/x86/entry/entry_64.S
> @@ -511,7 +511,7 @@ SYM_CODE_START(\asmsym)
> /*
> * No need to switch back to the IST stack. The current stack is either
> * identical to the stack in the IRET frame or the VC fall-back stack,
> - * so it is definitly mapped even with PTI enabled.
> + * so it is definitely mapped even with PTI enabled.
> */
> jmp paranoid_exit
>
> --
> 2.31.0
>
>
Powered by blists - more mailing lists