Minor spacing changes.
authorFlorian Pose <fp@igh-essen.com>
Mon, 09 Jan 2012 10:25:30 +0100
changeset 2208 5c14d0512362
parent 2206 983aa34ca11d
child 2209 b6c4c8940d0a
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 10:23:40 2012 +0100
+++ b/devices/e1000/e1000_main-2.6.33-ethercat.c	Mon Jan 09 10:25:30 2012 +0100
@@ -3457,7 +3457,7 @@
 	if (unlikely((!icr) || test_bit(__E1000_DOWN, &adapter->flags)))
 		return IRQ_NONE;  /* Not our interrupt */
 
-    if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
+	if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
 		hw->get_link_status = 1;
 		/* guard against interrupt when we're going down */
 		if (!test_bit(__E1000_DOWN, &adapter->flags))