[dpdk-test-report] |WARNING| pw23039 [PATCH 1/2] ethdev: fix adding invalid mac addr

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 31 19:13:38 CEST 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#485: FILE: drivers/net/mlx5/mlx5.h:232:
+int mlx5_mac_addr_add(struct rte_eth_dev *, struct ether_addr *, uint32_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct ether_addr *' should also have an identifier name
#485: FILE: drivers/net/mlx5/mlx5.h:232:
+int mlx5_mac_addr_add(struct rte_eth_dev *, struct ether_addr *, uint32_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint32_t' should also have an identifier name
#485: FILE: drivers/net/mlx5/mlx5.h:232:
+int mlx5_mac_addr_add(struct rte_eth_dev *, struct ether_addr *, uint32_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint32_t' should also have an identifier name
#485: FILE: drivers/net/mlx5/mlx5.h:232:
+int mlx5_mac_addr_add(struct rte_eth_dev *, struct ether_addr *, uint32_t,

total: 0 errors, 4 warnings, 509 lines checked


More information about the test-report mailing list