public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: sunran001@208suo.com
To: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de,
	dave.hansen@linux.intel.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] x86/head: "foo * bar" should be "foo *bar"
Date: Fri, 21 Jul 2023 08:08:58 +0000	[thread overview]
Message-ID: <f7ca9b619b85ea1c2a07a045197f92bd@208suo.com> (raw)
In-Reply-To: <20230721080703.5724-1-xujianghui@cdjrlc.com>

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

           reply	other threads:[~2023-07-21  8:09 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230721080703.5724-1-xujianghui@cdjrlc.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7ca9b619b85ea1c2a07a045197f92bd@208suo.com \
    --to=sunran001@208suo.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox