[PATCH] m68k: sun3: idprom: ERROR: "foo* bar" should be "foo *bar"

From: hexingwei001
Date: Thu Jul 13 2023 - 04:04:59 EST


Fix one occurrences of the checkpatch.pl error:
ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: Xingwei He <hexingwei001@xxxxxxxxxx>
---
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;