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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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;



[Index of Archives]     [Video for Linux]     [Yosemite News]     [Linux S/390]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux