net/mlx5: fix comments mixing Rx and Tx
authorDekel Peled <dekelp@mellanox.com>
Mon, 22 Apr 2019 15:24:11 +0000 (18:24 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 3 May 2019 16:45:22 +0000 (18:45 +0200)
commitebd4df0ffceef3ab4ad6ebf6f29c55363d045700
treeaf25461e55b854f51f04b22eda72de61b19f3384
parentfc0aebe1876d949730a7c3d368ccd8d63cc79e66
net/mlx5: fix comments mixing Rx and Tx

In mlx5_rxq.c, in some comments, text includes "Tx" instead of "Rx".
In mlx5_txq.c, in some comments, text includes "Rx" instead of "Tx".

This patch fixes these typos.

Fixes: faf2667fe8d5 ("net/mlx5: separate DPDK from verbs Tx queue objects")
Fixes: a1366b1a2be3 ("net/mlx5: add reference counter on DPDK Rx queues")
Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
drivers/net/mlx5/mlx5_rxq.c
drivers/net/mlx5/mlx5_txq.c