|WARNING| pw105263 [PATCH v1 24/25] net/spnic: support Tx/Rx queue start/stop
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Dec 18 03:56:20 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105263
_coding style issues_
WARNING:TYPO_SPELLING: 'startting' may be misspelled - perhaps 'starting'?
#61:
when startting rx queue, mbuf will be allocated and fill rq
WARNING:TYPO_SPELLING: 'setted' may be misspelled - perhaps 'set'?
#64:
will be setted so that the packets can be received to host.
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#114: FILE: drivers/net/spnic/base/spnic_nic_cfg.c:1315:
+ PMD_DRV_LOG(ERR, "Failed to set rq flush, err:%d, out_param: %"PRIu64"",
CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#114: FILE: drivers/net/spnic/base/spnic_nic_cfg.c:1315:
+ PMD_DRV_LOG(ERR, "Failed to set rq flush, err:%d, out_param: %"PRIu64"",
total: 0 errors, 2 warnings, 2 checks, 396 lines checked
More information about the test-report
mailing list