|WARNING| pw135355 [PATCH v2 10/24] net/cnxk: add representor control plane

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 19 18:43:24 CET 2023


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRId64>
#371: FILE: drivers/net/cnxk/cnxk_rep_msg.c:51:
+	plt_rep_dbg("Packet %" PRId64 " Received %" PRId64 " bytes over socketfd %d",

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#606: FILE: drivers/net/cnxk/cnxk_rep_msg.c:286:
+		plt_err("Invalid signature %" PRIu64 " detected", hdr->signature);

total: 0 errors, 0 warnings, 2 checks, 1121 lines checked
Warning in drivers/net/cnxk/cnxk_rep_msg.c:
Using %l format, prefer %PRI*64 if type is [u]int64_t


More information about the test-report mailing list