[dpdk-test-report] |WARNING| pw92221 [PATCH v2] bonding: fix overflow check

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 27 03:42:17 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#51: 
Buffer 'test_params->slave_port_ids' of size 6 accessed may

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#75: FILE: app/test/test_link_bonding.c:2219:
+	if (test_params->bonded_slave_count > TEST_MAX_NUMBER_OF_PORTS)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#76: FILE: app/test/test_link_bonding.c:2220:
+		test_params->bonded_slave_count = TEST_MAX_NUMBER_OF_PORTS;

total: 0 errors, 3 warnings, 9 lines checked


More information about the test-report mailing list