[dpdk-test-report] |WARNING| pw21553 [PATCH v2 5/6] net/mlx5: implement descriptor status API

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Mar 7 17:01:18 CET 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#177: FILE: drivers/net/mlx5/mlx5_rxtx.h:326:
+int mlx5_rx_descriptor_status(void *, uint16_t);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#177: FILE: drivers/net/mlx5/mlx5_rxtx.h:326:
+int mlx5_rx_descriptor_status(void *, uint16_t);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#178: FILE: drivers/net/mlx5/mlx5_rxtx.h:327:
+int mlx5_tx_descriptor_status(void *, uint16_t);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#178: FILE: drivers/net/mlx5/mlx5_rxtx.h:327:
+int mlx5_tx_descriptor_status(void *, uint16_t);

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


More information about the test-report mailing list