patch-2.4.22 linux-2.4.22/arch/mips/hp-lj/asic.c
Next file: linux-2.4.22/arch/mips/hp-lj/gdb_hook.c
Previous file: linux-2.4.22/arch/mips/hp-lj/Makefile
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2003-08-25 04:44:40.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/mips/hp-lj/asic.c
-  Orig date: 
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/hp-lj/asic.c linux-2.4.22/arch/mips/hp-lj/asic.c
@@ -20,7 +20,7 @@
 
 const char* const GetAsicName(void)
 {
-   static const char* const Names[] = 
+   static const char* const Names[] =
         { "Illegal", "Unknown", "Andros", "Harmony" };
 
    return Names[(int)GetAsicId()];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)