net/mlx5: fix description of return value
authorDekel Peled <dekelp@mellanox.com>
Wed, 8 May 2019 08:29:40 +0000 (11:29 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 24 May 2019 12:56:36 +0000 (14:56 +0200)
commitcf9f7115f0f9f394594a069b4eb02120bdaacc8a
tree3e88f46b2bdff25878b6a96c59cf2f711631cccb
parent3a3d398280bb5113caa5aa6ada6704792ea88c36
net/mlx5: fix description of return value

Return value of function mlx5_rxq_releasable() was not described
correctly in function description.

This patch updates the description to correctly describe the optional
return values.

Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno values")
Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
drivers/net/mlx5/mlx5_rxq.c