[dpdk-test-report] |WARNING| pw48685 [v3, 23/34] net/ice: support VLAN ops

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Dec 12 08:01:59 CET 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#582: FILE: drivers/net/ice/ice_ethdev.c:2052:
+		    "0x%08"PRIx64"", reg_id, reg_r);

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#582: FILE: drivers/net/ice/ice_ethdev.c:2052:
+		    "0x%08"PRIx64"", reg_id, reg_r);

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#592: FILE: drivers/net/ice/ice_ethdev.c:2062:
+	PMD_DRV_LOG(DEBUG, "Debug write 0x%08"PRIx64" to "

total: 0 errors, 0 warnings, 3 checks, 635 lines checked


More information about the test-report mailing list