All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/realmode: Fix a typo
@ 2021-03-21 19:32 Bhaskar Chowdhury
  2021-03-21 20:05 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-21 19:32 UTC (permalink / raw)
  To: tglx, mingo, bp, x86, hpa, akpm, rppt, jroedel, unixbhaskar,
	thomas.lendacky, linux-kernel
  Cc: rdunlap


s/perfomed/performed/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/x86/realmode/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/realmode/init.c b/arch/x86/realmode/init.c
index 22fda7d99159..1be71ef5e4c4 100644
--- a/arch/x86/realmode/init.c
+++ b/arch/x86/realmode/init.c
@@ -103,7 +103,7 @@ static void __init setup_real_mode(void)
 		*ptr += phys_base;
 	}

-	/* Must be perfomed *after* relocation. */
+	/* Must be performed *after* relocation. */
 	trampoline_header = (struct trampoline_header *)
 		__va(real_mode_header->trampoline_header);

--
2.31.0


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

* Re: [PATCH] x86/realmode: Fix a typo
  2021-03-21 19:32 [PATCH] x86/realmode: Fix a typo Bhaskar Chowdhury
@ 2021-03-21 20:05 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-21 20:05 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: tglx, mingo, bp, x86, hpa, akpm, rppt, jroedel, thomas.lendacky,
	linux-kernel



On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/perfomed/performed/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> arch/x86/realmode/init.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/realmode/init.c b/arch/x86/realmode/init.c
> index 22fda7d99159..1be71ef5e4c4 100644
> --- a/arch/x86/realmode/init.c
> +++ b/arch/x86/realmode/init.c
> @@ -103,7 +103,7 @@ static void __init setup_real_mode(void)
> 		*ptr += phys_base;
> 	}
>
> -	/* Must be perfomed *after* relocation. */
> +	/* Must be performed *after* relocation. */
> 	trampoline_header = (struct trampoline_header *)
> 		__va(real_mode_header->trampoline_header);
>
> --
> 2.31.0
>
>

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

end of thread, other threads:[~2021-03-21 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 19:32 [PATCH] x86/realmode: Fix a typo Bhaskar Chowdhury
2021-03-21 20:05 ` Randy Dunlap

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.