[dpdk-test-report] |WARNING| pw48993 [v5, 22/31] net/ice: support VLAN ops

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Dec 17 08:38:12 CET 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#623: 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
#623: 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
#633: 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