[dpdk-test-report] |WARNING| pw35526 [PATCH v2 02/10] net/mlx5: name parameters in function prototypes

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Feb 28 16:13:58 CET 2018


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'char' should also have an identifier name
#36: FILE: drivers/net/mlx5/mlx5.h:209:
+int priv_get_ifname(const struct priv *priv, char (*ifname)[IF_NAMESIZE]);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name
#88: FILE: drivers/net/mlx5/mlx5.h:242:
+int priv_get_mac(struct priv *priv, uint8_t (*mac)[ETHER_ADDR_LEN]);

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


More information about the test-report mailing list