[dpdk-test-report] |WARNING| pw80902 [PATCH v5 3/3] app/testpmd: add commands for tunnel offload API

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 15 14:44:07 CEST 2020


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

_coding style issues_


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

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

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#609: FILE: app/test-pmd/config.c:2031:
+		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