|WARNING| pw110570 [PATCH 3/8] vmxnet3: add rx queue usage count utility

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 2 21:48:59 CEST 2022


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

_coding style issues_


WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used
#123: 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>
#153: 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