patch-2.4.20 linux-2.4.20/arch/mips/cobalt/reset.c
Next file: linux-2.4.20/arch/mips/cobalt/setup.c
Previous file: linux-2.4.20/arch/mips/cobalt/promcon.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Thu Nov 28 15:53:09 2002
-  Orig file: 
linux-2.4.19/arch/mips/cobalt/reset.c
-  Orig date: 
Fri Aug  2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/cobalt/reset.c linux-2.4.20/arch/mips/cobalt/reset.c
@@ -49,14 +49,14 @@
 	/* Blink our cute? little LED (number 3)... */
 	while (1) {
 		led_state = led_state | ( 1 << 3 );
-		LEDSet(led_state);  
+		LEDSet(led_state);
 		mark = jiffies;
 		while (jiffies<(mark+HZ));
 		led_state = led_state & ~( 1 << 3 );
 		LEDSet(led_state);
 		mark = jiffies;
 		while (jiffies<(mark+HZ));
-	} 
+	}
 }
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)