|WARNING| pw142399 [PATCH 1/3] examples/l3fwd: support single route file
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Jul 15 12:16:12 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/142399
_coding style issues_
WARNING:TYPO_SPELLING: 'parm' may be misspelled - perhaps 'param'?
#121: FILE: examples/l3fwd/em_route_parse.c:252:
+ if (parm_config.rule_ipv4_name != NULL) {
WARNING:TYPO_SPELLING: 'parm' may be misspelled - perhaps 'param'?
#137: FILE: examples/l3fwd/em_route_parse.c:267:
+ if (parm_config.rule_ipv6_name != NULL) {
WARNING:TYPO_SPELLING: 'parm' may be misspelled - perhaps 'param'?
#164: FILE: examples/l3fwd/lpm_route_parse.c:274:
+ if (parm_config.rule_ipv4_name != NULL) {
WARNING:TYPO_SPELLING: 'parm' may be misspelled - perhaps 'param'?
#180: FILE: examples/l3fwd/lpm_route_parse.c:290:
+ if (parm_config.rule_ipv6_name != NULL) {
total: 0 errors, 4 warnings, 72 lines checked
More information about the test-report
mailing list