[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210321193246.3559073-1-unixbhaskar@gmail.com>
Date: Mon, 22 Mar 2021 01:02:46 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de, x86@...nel.org,
hpa@...or.com, akpm@...ux-foundation.org, rppt@...nel.org,
jroedel@...e.de, unixbhaskar@...il.com, thomas.lendacky@....com,
linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org
Subject: [PATCH] x86/realmode: Fix a typo
s/perfomed/performed/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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
Powered by blists - more mailing lists