[dpdk-test-report] |WARNING| pw23949 [PATCH v2 2/4] net/virtio: clean up LSC setting

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 27 09:36:33 CEST 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_pci_device *' should also have an identifier name
#121: FILE: drivers/net/virtio/virtio_pci.h:324:
+int vtpci_init(struct rte_pci_device *, struct virtio_hw *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct virtio_hw *' should also have an identifier name
#121: FILE: drivers/net/virtio/virtio_pci.h:324:
+int vtpci_init(struct rte_pci_device *, struct virtio_hw *);

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


More information about the test-report mailing list