lkml.org 
[lkml]   [2023]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] x86/head: "foo * bar" should be "foo *bar"
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
\
 
 \ /
  Last update: 2023-07-21 10:09    [W:0.181 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site