|WARNING| pw110619 [PATCH v2 3/8] net/vmxnet3: add Rx queue usage count utility

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 4 23:23:35 CEST 2022


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

_coding style issues_


WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used
#122: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:297:
+	eth_dev->rx_queue_count = vmxnet3_dev_rx_queue_count,
 	pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev);

CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_RxCompDesc>
#152: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:1026:
+	const Vmxnet3_RxCompDesc *rcd;

total: 0 errors, 1 warnings, 1 checks, 52 lines checked


More information about the test-report mailing list