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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 16 12:35:38 CEST 2020


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

_coding style issues_


ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#584: 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
#613: FILE: app/test-pmd/config.c:2031:
+		for (iptr = pattern, num_items = 1;
[...]
+		     iptr++, num_items++);

total: 2 errors, 0 warnings, 775 lines checked


More information about the test-report mailing list