[dpdk-test-report] |WARNING| pw80729 [PATCH 05/11] net/bonding: check eth dev stop status

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 14 15:31:46 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#109: FILE: drivers/net/bonding/rte_eth_bond_api.c:240:
+		if (rte_eth_dev_stop(slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#111: FILE: drivers/net/bonding/rte_eth_bond_api.c:242:
+				     slave_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#127: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1697:
+	errval = rte_eth_dev_stop(slave_eth_dev->data->port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#130: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1700:
+			     slave_eth_dev->data->port_id, errval);

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


More information about the test-report mailing list