[PATCH] x86/head: "foo * bar" should be "foo *bar"

sunran001@208suo.com posted 1 patch 2 years, 6 months ago
arch/x86/kernel/head64.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] x86/head: "foo * bar" should be "foo *bar"
Posted by sunran001@208suo.com 2 years, 6 months ago
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
  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