[dpdk-test-report] |WARNING| pw27985 [PATCH v3] ethdev: modifiy vlan_offload_set_t to return int

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 15:48:48 CEST 2017


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

_coding style issues_


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

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

total: 0 errors, 2 warnings, 564 lines checked


More information about the test-report mailing list