[dpdk-test-report] |WARNING| pw37118 [PATCH 4/4] net/szedata2: fix format string for pci address

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 4 15:42:57 CEST 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <SCNx32>
#49: FILE: drivers/net/szedata2/rte_eth_szedata2.c:1518:
+		ret = fscanf(fd, "%8" SCNx32 ":%2" SCNx8 ":%2" SCNx8 ".%" SCNx8,

CHECK:CAMELCASE: Avoid CamelCase: <SCNx8>
#49: FILE: drivers/net/szedata2/rte_eth_szedata2.c:1518:
+		ret = fscanf(fd, "%8" SCNx32 ":%2" SCNx8 ":%2" SCNx8 ".%" SCNx8,

total: 0 errors, 0 warnings, 2 checks, 20 lines checked


More information about the test-report mailing list