patch-2.4.22 linux-2.4.22/arch/mips/jmr3927/common/puts.c
Next file: linux-2.4.22/arch/mips/jmr3927/common/rtc_ds1742.c
Previous file: linux-2.4.22/arch/mips/jmr3927/common/prom.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/common/puts.c
-  Orig date: 
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/jmr3927/common/puts.c linux-2.4.22/arch/mips/jmr3927/common/puts.c
@@ -7,7 +7,7 @@
  * Author: MontaVista Software, Inc.
  *         	ahennessy@mvista.com or source@mvista.com
  *
- * Copyright (C) 2000-2001 Toshiba Corporation 
+ * Copyright (C) 2000-2001 Toshiba Corporation
  *
  * Based on arch/mips/au1000/common/puts.c
  *
@@ -52,7 +52,7 @@
 putch(const unsigned char c)
 {
         int i = 0;
-	
+
         do {
             slow_down();
             i++;
@@ -69,7 +69,7 @@
         int i = 0;
 	int dicr;
 	char c;
-	
+
 	/* diable RX int. */
 	dicr = tx3927_sioptr(1)->dicr;
 	tx3927_sioptr(1)->dicr = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)