[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <9dc7423a9e54f849212f21a59074ffb4@208suo.com>
Date: Thu, 13 Jul 2023 16:02:19 +0800
From: hexingwei001@...suo.com
To: sammy@...my.net, geert@...ux-m68k.org
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: [PATCH] m68k: sun3: idprom: ERROR: "foo* bar" should be "foo *bar"
Fix one occurrences of the checkpatch.pl error:
ERROR: "foo* bar" should be "foo *bar"
Signed-off-by: Xingwei He <hexingwei001@...suo.com>
---
arch/m68k/sun3/idprom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/m68k/sun3/idprom.c b/arch/m68k/sun3/idprom.c
index 1ace5353d78f..a4c5cd072c87 100644
--- a/arch/m68k/sun3/idprom.c
+++ b/arch/m68k/sun3/idprom.c
@@ -83,7 +83,7 @@ static void __init display_system_type(unsigned char
machtype)
prom_halt();
}
-void sun3_get_model(unsigned char* model)
+void sun3_get_model(unsigned char *model)
{
register int i;
Powered by blists - more mailing lists