[dpdk-test-report] |WARNING| pw29125 [PATCH v4 3/5] app/test-pmd: add CLI for shaper and wred profiles

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 22 18:24:20 CEST 2017


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#333: FILE: app/test-pmd/cmdline_tm.c:898:
+	if ((strcmp(res->cmd_type, "add") == 0) &&
[...]
+			printf(" Port %u not stopped (error)
", port_id);

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#340: FILE: app/test-pmd/cmdline_tm.c:905:
+	if ((strcmp(res->cmd_type, "set") == 0) &&
[...]
+			printf(" Port %u not started (error)
", port_id);

total: 0 errors, 2 warnings, 802 lines checked


More information about the test-report mailing list