|WARNING| pw160971 [PATCH v4 07/35] net/i40e: refactor context descriptor handling

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 9 17:47:41 CET 2026


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#280: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1193:
+				"qw0: %#"PRIx64"; "

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#280: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1193:
+				"qw0: %#"PRIx64"; "

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#281: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1194:
+				"qw1: %#"PRIx64";",

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


More information about the test-report mailing list