devices/e1000/e1000_main-2.6.20-ethercat.c
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 2050 a3e59f2a8589
child 2471 fc64a4b1ec1a
--- a/devices/e1000/e1000_main-2.6.20-ethercat.c	Thu Sep 06 19:52:17 2012 +0200
+++ b/devices/e1000/e1000_main-2.6.20-ethercat.c	Thu Sep 06 20:22:24 2012 +0200
@@ -23,7 +23,7 @@
   Linux NICS <linux.nics@intel.com>
   e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
   Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
-  
+
   vim: noexpandtab
 
 *******************************************************************************/
@@ -2403,7 +2403,7 @@
 		/* No need to loop, because 82542 supports only 1 queue */
 		struct e1000_rx_ring *ring = &adapter->rx_ring[0];
 		e1000_configure_rx(adapter);
-		if (adapter->ecdev) { 
+		if (adapter->ecdev) {
 			/* fill rx ring completely! */
 			adapter->alloc_rx_buf(adapter, ring, ring->count);
 		} else {