net/mlx5: fix comment
authorDekel Peled <dekelp@mellanox.com>
Tue, 13 Aug 2019 14:07:24 +0000 (17:07 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Sep 2019 15:15:14 +0000 (17:15 +0200)
commit48c91c8f3fc7edb3e90eef682d535af294ed7eec
tree1f5858c2d07b74ca7ec8bb318b30e10a2ba72ef1
parent725a4284f7fc9272d929e1df63185a68597012c3
net/mlx5: fix comment

In struct mlx5_ibv_shared, member esw_drop_action was added between
existing member tx_tbl and the comment line describing it.
This patch moves the comment line to its original location, and fixes
a typo in the comment.

Fixes: 34fa7c0268e7 ("net/mlx5: add drop action to Direct Verbs E-Switch")
Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5.h