[dpdk-test-report] |WARNING| pw20415 [PATCH] net/mlx5: add out of buffer counter to extended statistic

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 14 15:31:21 CET 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'const char *' should also have an identifier name
#65: FILE: drivers/net/mlx5/mlx5.h:200:
+int priv_is_ib_cntr(const char *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#66: FILE: drivers/net/mlx5/mlx5.h:201:
+int priv_get_cntr_sysfs(struct priv *, const char *, uint64_t *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const char *' should also have an identifier name
#66: FILE: drivers/net/mlx5/mlx5.h:201:
+int priv_get_cntr_sysfs(struct priv *, const char *, uint64_t *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint64_t *' should also have an identifier name
#66: FILE: drivers/net/mlx5/mlx5.h:201:
+int priv_get_cntr_sysfs(struct priv *, const char *, uint64_t *);

total: 0 errors, 4 warnings, 0 checks, 116 lines checked


More information about the test-report mailing list