[dpdk-test-report] |WARNING| pw49063 [v6, 24/31] net/ice: support VLAN ops

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 18 09:43:21 CET 2018


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

_coding style issues_


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

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

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

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


More information about the test-report mailing list