[dpdk-test-report] |WARNING| pw48997 [v5, 29/31] net/ice: support basic RX/TX

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Dec 17 08:39:56 CET 2018


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#357: FILE: drivers/net/ice/ice_lan_rxtx.c:1286:
+				"(port=%d queue=%d) value=0x%"PRIx64"
",

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#357: FILE: drivers/net/ice/ice_lan_rxtx.c:1286:
+				"(port=%d queue=%d) value=0x%"PRIx64"
",

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#493: FILE: drivers/net/ice/ice_lan_rxtx.c:1422:
+						if (nb_tx == 0)

total: 0 errors, 2 warnings, 2 checks, 637 lines checked


More information about the test-report mailing list