[dpdk-test-report] |WARNING| pw76932 [PATCH v2 4/4] app/testpmd: support tunnel offload API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 01:56:42 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'argumens' may be misspelled - perhaps 'arguments'?
#158: FILE: app/test-pmd/cmdline_flow.c:74:
+	/* Tunnel argumens. */

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#451: FILE: app/test-pmd/config.c:1597:
+			for (aptr = actions, num_actions = 1;
[...]
+			     aptr++, num_actions++);

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#481: FILE: app/test-pmd/config.c:1627:
+			for (iptr = pattern, num_items = 1;
[...]
+			     iptr++, num_items++);

total: 2 errors, 1 warnings, 496 lines checked


More information about the test-report mailing list