[dpdk-test-report] |WARNING| pw30844 [PATCH v5] ethdev: allow returning error on VLAN offload ops

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 25 05:02:18 CEST 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#573: FILE: drivers/net/mlx5/mlx5.h:251:
+int mlx5_vlan_offload_set(struct rte_eth_dev *, int);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'int' should also have an identifier name
#573: FILE: drivers/net/mlx5/mlx5.h:251:
+int mlx5_vlan_offload_set(struct rte_eth_dev *, int);

CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#720: FILE: drivers/net/virtio/virtio_ethdev.c:1967:
+				!vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_VLAN)) {
+

total: 0 errors, 2 warnings, 589 lines checked


More information about the test-report mailing list