patch-2.4.22 linux-2.4.22/include/asm-ppc/keyboard.h
Next file: linux-2.4.22/include/asm-ppc/kmap_types.h
Previous file: linux-2.4.22/include/asm-ppc/irq.h
Back to the patch index
Back to the overall index
-  Lines: 45
-  Date:
2003-08-25 04:44:44.000000000 -0700
-  Orig file: 
linux-2.4.21/include/asm-ppc/keyboard.h
-  Orig date: 
2003-06-13 07:51:38.000000000 -0700
diff -urN linux-2.4.21/include/asm-ppc/keyboard.h linux-2.4.22/include/asm-ppc/keyboard.h
@@ -40,7 +40,7 @@
 	else
 		return 0;
 }
-  
+
 static inline int kbd_getkeycode(unsigned int scancode)
 {
 	if ( ppc_md.kbd_getkeycode )
@@ -48,7 +48,7 @@
 	else
 		return 0;
 }
-  
+
 static inline int kbd_translate(unsigned char keycode, unsigned char *keycodep,
 				char raw_mode)
 {
@@ -57,7 +57,7 @@
 	else
 		return 0;
 }
-  
+
 static inline int kbd_unexpected_up(unsigned char keycode)
 {
 	if ( ppc_md.kbd_unexpected_up )
@@ -65,7 +65,7 @@
 	else
 		return 0;
 }
-  
+
 static inline void kbd_leds(unsigned char leds)
 {
 	if ( ppc_md.kbd_leds )
@@ -101,7 +101,7 @@
 /*
  * Machine specific bits for the PS/2 driver
  */
-#ifndef AUX_IRQ	
+#ifndef AUX_IRQ
 #define AUX_IRQ 12
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)