]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_e1000/e1000/e1000_manage.c
e1000: minor changes
[dpdk.git] / lib / librte_pmd_e1000 / e1000 / e1000_manage.c
index 1879b8519abd0c9ad3551c2219992fda4ee72150..c5508456a60e7ff4738ece30f70a025884d23f95 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;