[dpdk-test-report] |WARNING| pw39817 [PATCH v2] net/i40e: print original value for global register change

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 11 07:35:09 CEST 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#78: FILE: drivers/net/i40e/i40e_ethdev.c:1179:
+		    "Global register [0x%08x] original: 0x%"PRIx64

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#78: FILE: drivers/net/i40e/i40e_ethdev.c:1179:
+		    "Global register [0x%08x] original: 0x%"PRIx64

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#79: FILE: drivers/net/i40e/i40e_ethdev.c:1180:
+		    ", after: 0x%"PRIx64,

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


More information about the test-report mailing list