patch-2.4.22 linux-2.4.22/arch/mips/jmr3927/rbhma3100/kgdb_io.c
Next file: linux-2.4.22/arch/mips/jmr3927/rbhma3100/pci_fixup.c
Previous file: linux-2.4.22/arch/mips/jmr3927/rbhma3100/irq.c
Back to the patch index
Back to the overall index
-  Lines: 27
-  Date:
2003-08-25 04:44:40.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/mips/jmr3927/rbhma3100/kgdb_io.c
-  Orig date: 
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/jmr3927/rbhma3100/kgdb_io.c linux-2.4.22/arch/mips/jmr3927/rbhma3100/kgdb_io.c
@@ -8,7 +8,7 @@
  *
  * Based on arch/mips/ddb5xxx/ddb5477/kgdb_io.c
  *
- * Copyright (C) 2000-2001 Toshiba Corporation 
+ * Copyright (C) 2000-2001 Toshiba Corporation
  *
  *  This program is free software; you can redistribute  it and/or modify it
  *  under  the terms of  the GNU General  Public License as published by the
@@ -52,7 +52,7 @@
 int putDebugChar(unsigned char c)
 {
         int i = 0;
-	
+
 	if (!remoteDebugInitialized) {
 		remoteDebugInitialized = 1;
 		debugInit(38400);
@@ -75,7 +75,7 @@
         int i = 0;
 	int dicr;
 	char c;
-	
+
 	if (!remoteDebugInitialized) {
 		remoteDebugInitialized = 1;
 		debugInit(38400);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)