[v2,2/2] net/mlx5: fix typos

Message ID 20181114074730.31141-2-alialnu@mellanox.com (mailing list archive)
State Accepted, archived
Delegated to: Shahaf Shuler
Headers
Series [1/2] net/mlx4: fix typo |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Ali Alnubani Nov. 14, 2018, 7:48 a.m. UTC
  Fixes: e1114ff6a5ab ("net/mlx5: support e-switch flow count action")
Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support")
Cc: stable@dpdk.org

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
---

Changes in v2:
	- Fixed one more typo.

 drivers/net/mlx5/mlx5_flow_tcf.c | 2 +-
 drivers/net/mlx5/mlx5_mr.c       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Shahaf Shuler Nov. 14, 2018, 3:04 p.m. UTC | #1
Wednesday, November 14, 2018 9:49 AM, Ali Alnubani:
> Subject: [PATCH v2 2/2] net/mlx5: fix typos
> 
> Fixes: e1114ff6a5ab ("net/mlx5: support e-switch flow count action")
> Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>

Applied to next-net-mlx, thanks. 
(next time resend the whole series in the v2).
  

Patch

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.
diff --git a/drivers/net/mlx5/mlx5_mr.c b/drivers/net/mlx5/mlx5_mr.c
index f4b15d3f6..f8b7dcaa0 100644
--- a/drivers/net/mlx5/mlx5_mr.c
+++ b/drivers/net/mlx5/mlx5_mr.c
@@ -570,7 +570,7 @@  mlx5_mr_create(struct rte_eth_dev *dev, struct mlx5_mr_cache *entry,
 	 * Find out a contiguous virtual address chunk in use, to which the
 	 * given address belongs, in order to register maximum range. In the
 	 * best case where mempools are not dynamically recreated and
-	 * '--socket-mem' is speicified as an EAL option, it is very likely to
+	 * '--socket-mem' is specified as an EAL option, it is very likely to
 	 * have only one MR(LKey) per a socket and per a hugepage-size even
 	 * though the system memory is highly fragmented.
 	 */