public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/head: "foo * bar" should be "foo *bar"
       [not found] <20230721080703.5724-1-xujianghui@cdjrlc.com>
@ 2023-07-21  8:08 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-21  8:08 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen; +Cc: linux-kernel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-21  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20230721080703.5724-1-xujianghui@cdjrlc.com>
2023-07-21  8:08 ` [PATCH] x86/head: "foo * bar" should be "foo *bar" sunran001

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox