Minor spacing changes.
authorFlorian Pose <fp@igh-essen.com>
Mon, 09 Jan 2012 10:23:40 +0100
changeset 2206 983aa34ca11d
parent 2205 a2fe325bb62c
child 2208 5c14d0512362
Minor spacing changes.
devices/e1000/e1000_main-2.6.33-ethercat.c
--- a/devices/e1000/e1000_main-2.6.33-ethercat.c	Mon Jan 09 09:51:17 2012 +0100
+++ b/devices/e1000/e1000_main-2.6.33-ethercat.c	Mon Jan 09 10:23:40 2012 +0100
@@ -400,7 +400,7 @@
 			/* fill rx ring completely! */
 			adapter->alloc_rx_buf(adapter, ring, ring->count);
 		} else {
-            /* this one leaves the last ring element unallocated! */
+			/* this one leaves the last ring element unallocated! */
 			adapter->alloc_rx_buf(adapter, ring,
 					E1000_DESC_UNUSED(ring));
 		}
@@ -1079,7 +1079,7 @@
 	/* reset the hardware with the new settings */
 	e1000_reset(adapter);
 
- 	// offer device to EtherCAT master module
+	// offer device to EtherCAT master module
 	adapter->ecdev = ecdev_offer(netdev, ec_poll, THIS_MODULE);
 	if (adapter->ecdev) {
 		if (ecdev_open(adapter->ecdev)) {
@@ -2099,7 +2099,7 @@
 			/* fill rx ring completely! */
 			adapter->alloc_rx_buf(adapter, ring, ring->count);
 		} else {
-            /* this one leaves the last ring element unallocated! */
+			/* this one leaves the last ring element unallocated! */
 			adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
 		}