[MIPS] Fix "no space between function name and open parenthesis" warnings.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@ -49,8 +49,8 @@ void jazz_machine_restart(char *command)
|
||||
{
|
||||
while(1) {
|
||||
kb_wait();
|
||||
jazz_write_command (0xd1);
|
||||
jazz_write_command(0xd1);
|
||||
kb_wait();
|
||||
jazz_write_output (0x00);
|
||||
jazz_write_output(0x00);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user