Merge remote-tracking branch 'i2c/i2c/for-next'
[deliverable/linux.git] / 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);
        }
 }
This page took 0.024195 seconds and 5 git commands to generate.