|WARNING| pw116822 [PATCH] net/bonding: fix error in bonding mode 4 with dedicated queues enabled

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Sep 24 16:20:12 CEST 2022


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

_coding style issues_


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

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

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#119: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1850:
+	if (!slave_eth_dev->data->dev_started) {

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

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

total: 0 errors, 5 warnings, 0 checks, 31 lines checked


More information about the test-report mailing list