|WARNING| pw143433 [PATCH v1 08/15] net/ixgbe/base: fix speed autonegotiation on E610

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 29 11:01:36 CEST 2024


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/143433

_coding style issues_


WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#91: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:4345:
+	u8 rmode = IXGBE_ACI_REPORT_TOPO_CAP_MEDIA;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#104: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:4367:
+	rc = ixgbe_aci_get_phy_caps(hw, false, IXGBE_ACI_REPORT_ACTIVE_CFG,

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#104: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:4367:
+	rc = ixgbe_aci_get_phy_caps(hw, false, IXGBE_ACI_REPORT_ACTIVE_CFG,

WARNING:BRACES: braces {} are not necessary for single statement blocks
#106: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:4369:
+	if (rc) {
+		goto err;
+	}

total: 0 errors, 4 warnings, 0 checks, 34 lines checked


More information about the test-report mailing list