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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 30 01:21:44 CEST 2017


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

_coding style issues_


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

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

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

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#156: FILE: drivers/net/mlx5/mlx5_rxtx.h:343:
+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