]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe_x540.c
kni: fix whitespace
[dpdk.git] / lib / librte_eal / linuxapp / kni / ethtool / ixgbe / ixgbe_x540.c
index efffe6f6757c5a0c9d94267893c8fcffebe770cd..b99d9e8435aced64864d3ab39c9fbba1b3c8882d 100644 (file)
@@ -188,12 +188,12 @@ s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw)
 {
        s32 status = 0;
 
-       /* 
-        * Userland DPDK takes the ownershiop of device 
+       /*
+        * Userland DPDK takes the ownershiop of device
         * Kernel driver here used as the simple path for ethtool only
         * Won't real reset device anyway
         */
-#if 0 
+#if 0
        u32 ctrl, i;
 
        /* Call adapter stop to disable tx/rx and clear interrupts */
@@ -935,4 +935,3 @@ s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index)
 
        return 0;
 }
-