[PATCH] x86/head: "foo * bar" should be "foo *bar"
From: sunran001
Date: Fri Jul 21 2023 - 04:09:27 EST
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Ran Sun <sunran001@xxxxxxxxxx>
---
arch/x86/kernel/head64.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index 49f7629b17f7..20d35bfd70af 100644
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -445,7 +445,7 @@ static unsigned long get_cmd_line_ptr(void)
static void __init copy_bootdata(char *real_mode_data)
{
- char * command_line;
+ char *command_line;
unsigned long cmd_line_ptr;
/*
@@ -471,7 +471,7 @@ static void __init copy_bootdata(char
*real_mode_data)
sme_unmap_bootdata(real_mode_data);
}
-asmlinkage __visible void __init __noreturn x86_64_start_kernel(char *
real_mode_data)
+asmlinkage __visible void __init __noreturn x86_64_start_kernel(char
*real_mode_data)
{
/*
* Build-time sanity checks on the kernel image and module