[MIPS] checkfiles: Fix "need space after that ','" errors.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -35,7 +35,7 @@ void sni_machine_restart(char *command)
|
||||
kb_wait();
|
||||
for (j = 0; j < 100000 ; j++)
|
||||
/* nothing */;
|
||||
outb_p(0xfe,0x64); /* pulse reset low */
|
||||
outb_p(0xfe, 0x64); /* pulse reset low */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user