[dpdk-test-report] |WARNING| pw23887 [PATCH 2/3] net/virtio: clean up LSC setting

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 26 06:52:33 CEST 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_pci_device *' should also have an identifier name
#158: 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
#158: 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, 114 lines checked


More information about the test-report mailing list