[dpdk-test-report] |WARNING| pw102935 [PATCH] ethdev: warn only once for badly behaving applications

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 26 16:59:46 CEST 2021


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

_coding style issues_


ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#84: 
--- a/app/test-pmd/testpmd.c

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#92: FILE: app/test-pmd/testpmd.c:614:
+       if (!is_proc_primary())$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#92: FILE: app/test-pmd/testpmd.c:614:
+       if (!is_proc_primary())
                return rte_eth_dev_start(port_id);

total: 1 errors, 2 warnings, 104 lines checked


More information about the test-report mailing list