patch-2.4.20 linux-2.4.20/arch/mips/ddb5xxx/ddb5477/debug.c
Next file: linux-2.4.20/arch/mips/ddb5xxx/ddb5477/int-handler.S
Previous file: linux-2.4.20/arch/mips/ddb5xxx/ddb5477/Makefile
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Thu Nov 28 15:53:09 2002
-  Orig file: 
linux-2.4.19/arch/mips/ddb5xxx/ddb5477/debug.c
-  Orig date: 
Fri Aug  2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/ddb5xxx/ddb5477/debug.c linux-2.4.20/arch/mips/ddb5xxx/ddb5477/debug.c
@@ -30,9 +30,9 @@
 
 	printk("\nshow regs: %s\n", name);
 	for(i=0;regs[i].regname!= NULL; i++) {
-		printk("%-16s= %08x\t\t(@%08x)\n", 
-		       regs[i].regname, 
-		       *(unsigned *)(regs[i].regaddr), 
+		printk("%-16s= %08x\t\t(@%08x)\n",
+		       regs[i].regname,
+		       *(unsigned *)(regs[i].regaddr),
 		       regs[i].regaddr);
 	}
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)