examples/tty/serial.c
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 2384 b068951506d9
--- a/examples/tty/serial.c	Thu Sep 06 19:52:17 2012 +0200
+++ b/examples/tty/serial.c	Thu Sep 06 20:22:24 2012 +0200
@@ -113,7 +113,7 @@
 } el6002_t;
 
 LIST_HEAD(handlers);
-        
+
 /*****************************************************************************/
 
 /* Beckhoff EL6002
@@ -300,7 +300,7 @@
     rtscts = cflag & CRTSCTS;
     printk(KERN_INFO PFX "%s: Requested RTS/CTS: %s.\n",
             port->name, rtscts ? "yes" : "no");
-    
+
     cbaud = cflag & CBAUD;
 
     for (i = 0; i < sizeof(el600x_baud_rate) / sizeof(el600x_baud_rate_t);