]> Pileus Git - ~andy/linux/blobdiff - arch/mips/jazz/reset.c
MIPS: wrppmc: Fix build of PCI code.
[~andy/linux] / arch / mips / jazz / reset.c
index d8ade85060b3234059e36a6fac064d76e4d8c0c5..dd889fe86bd1da2a4d60d3537a82b4ea6867c42a 100644 (file)
@@ -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);
        }
 }