e1000: minor changes
[dpdk.git] / lib / librte_pmd_e1000 / e1000 / e1000_manage.c
index 1879b85..c550845 100644 (file)
@@ -373,7 +373,7 @@ bool e1000_enable_mng_pass_thru(struct e1000_hw *hw)
                        return true;
        } else if ((manc & E1000_MANC_SMBUS_EN) &&
                   !(manc & E1000_MANC_ASF_EN)) {
-                       return true;
+               return true;
        }
 
        return false;