|WARNING| pw128362 [PATCH] net/bonding: fix destroy dedicated queues flow
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jun 8 05:00:33 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/128362
_coding style issues_
WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'?
#132:
maybe we couldn't add the member port to a new bonding
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#160: FILE: drivers/net/bonding/rte_eth_bond_api.c:718:
+ internals->mode4.dedicated_queues.flow[slave_port_id] != NULL) {
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#161: FILE: drivers/net/bonding/rte_eth_bond_api.c:719:
+ rte_flow_destroy(slave_port_id,
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#162: FILE: drivers/net/bonding/rte_eth_bond_api.c:720:
+ internals->mode4.dedicated_queues.flow[slave_port_id],
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#164: FILE: drivers/net/bonding/rte_eth_bond_api.c:722:
+ internals->mode4.dedicated_queues.flow[slave_port_id] = NULL;
total: 0 errors, 5 warnings, 0 checks, 16 lines checked
More information about the test-report
mailing list