[dpdk-dev] [PATCH 2/2] net/mlx5: fix typo

Ali Alnubani alialnu at mellanox.com
Tue Nov 13 20:12:45 CET 2018


Fixes: e1114ff6a5ab ("net/mlx5: support e-switch flow count action")
Cc: stable at dpdk.org

Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
---
 drivers/net/mlx5/mlx5_flow_tcf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/mlx5/mlx5_flow_tcf.c b/drivers/net/mlx5/mlx5_flow_tcf.c
index 97d2a54c5..790663e99 100644
--- a/drivers/net/mlx5/mlx5_flow_tcf.c
+++ b/drivers/net/mlx5/mlx5_flow_tcf.c
@@ -5494,7 +5494,7 @@ flow_tcf_nl_filter_parse_and_get(struct nlmsghdr *cnlh,
  *   Message received from Netlink.
  * @param[out] data
  *   Pointer to data area to be filled by the parsing routine.
- *   assumed to be a pinter to struct flow_tcf_stats_basic.
+ *   assumed to be a pointer to struct flow_tcf_stats_basic.
  *
  * @return
  *   MNL_CB_OK value.
-- 
2.11.0



More information about the dev mailing list