[dpdk-test-report] |WARNING| pw48828 [v4, 23/32] net/ice: support VLAN ops

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 14 09:36:43 CET 2018


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

_coding style issues_


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

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

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

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


More information about the test-report mailing list