[dpdk-test-report] |WARNING| pw79586 [PATCH v4 4/4] app/testpmd: add commands for tunnel offload API

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Oct 4 15:54:19 CEST 2020


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

_coding style issues_


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

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

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

total: 2 errors, 1 warnings, 775 lines checked


More information about the test-report mailing list