[dpdk-test-report] |WARNING| pw35649 [PATCH v3 08/10] net/mlx5: prefix all function with mlx5

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 5 13:22:18 CET 2018


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'char' should also have an identifier name
#297: FILE: drivers/net/mlx5/mlx5.h:166:
+int mlx5_get_ifname(const struct rte_eth_dev *dev, char (*ifname)[IF_NAMESIZE]);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name
#337: FILE: drivers/net/mlx5/mlx5.h:195:
+int mlx5_get_mac(struct rte_eth_dev *dev, uint8_t (*mac)[ETHER_ADDR_LEN]);

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


More information about the test-report mailing list