dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Slava Ovsiienko <viacheslavo@mellanox.com>
To: Dekel Peled <dekelp@mellanox.com>,
	Yongseok Koh <yskoh@mellanox.com>,
	Shahaf Shuler <shahafs@mellanox.com>
Cc: Ori Kam <orika@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>,
	"stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] net/mlx5: correct spelling mistakes in comments
Date: Fri, 19 Jul 2019 04:31:21 +0000	[thread overview]
Message-ID: <VI1PR05MB3278FF6E1A5814BC0F1DF3E1D2CB0@VI1PR05MB3278.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <00d95b455dc222516d2580967f1139a1e49358c3.1563478373.git.dekelp@mellanox.com>

> -----Original Message-----
> From: Dekel Peled <dekelp@mellanox.com>
> Sent: Thursday, July 18, 2019 22:41
> To: Yongseok Koh <yskoh@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>; Shahaf Shuler <shahafs@mellanox.com>
> Cc: Ori Kam <orika@mellanox.com>; dev@dpdk.org; stable@dpdk.org
> Subject: [PATCH] net/mlx5: correct spelling mistakes in comments
> 
> Some spelling mistakes were found in comments.
> This patch fixes them.
> 
> Cc: stable@dpdk.org
> 
> Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>

> ---
>  drivers/net/mlx5/mlx5.h      | 2 +-
>  drivers/net/mlx5/mlx5_flow.c | 2 +-
>  drivers/net/mlx5/mlx5_rxq.c  | 2 +-
>  drivers/net/mlx5/mlx5_txq.c  | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/net/mlx5/mlx5.h b/drivers/net/mlx5/mlx5.h index
> 2bd2aa6..6230371 100644
> --- a/drivers/net/mlx5/mlx5.h
> +++ b/drivers/net/mlx5/mlx5.h
> @@ -232,7 +232,7 @@ struct mlx5_dev_config {  };
> 
>  /**
> - * Type of objet being allocated.
> + * Type of object being allocated.
>   */
>  enum mlx5_verbs_alloc_type {
>  	MLX5_VERBS_ALLOC_TYPE_NONE,
> diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c
> index 7109985..e082cbb 100644
> --- a/drivers/net/mlx5/mlx5_flow.c
> +++ b/drivers/net/mlx5/mlx5_flow.c
> @@ -473,7 +473,7 @@ uint32_t mlx5_flow_adjust_priority(struct
> rte_eth_dev *dev, int32_t priority,
>   *   Item hash fields.
>   *
>   * @return
> - *   The hash fileds that should be used.
> + *   The hash fields that should be used.
>   */
>  uint64_t
>  mlx5_flow_hashfields_adjust(struct mlx5_flow *dev_flow, diff --git
> a/drivers/net/mlx5/mlx5_rxq.c b/drivers/net/mlx5/mlx5_rxq.c index
> 3e82f71..39b8b7a 100644
> --- a/drivers/net/mlx5/mlx5_rxq.c
> +++ b/drivers/net/mlx5/mlx5_rxq.c
> @@ -1122,7 +1122,7 @@ struct mlx5_rxq_ibv *
>  		dev->data->port_id, mp->name);
>  	/*
>  	 * If a buffer in the pool has been externally attached to a mbuf and
> it
> -	 * is still in use by application, destroying the Rx qeueue can spoil
> +	 * is still in use by application, destroying the Rx queue can spoil
>  	 * the packet. It is unlikely to happen but if application dynamically
>  	 * creates and destroys with holding Rx packets, this can happen.
>  	 *
> diff --git a/drivers/net/mlx5/mlx5_txq.c b/drivers/net/mlx5/mlx5_txq.c index
> 7741095..82493d7 100644
> --- a/drivers/net/mlx5/mlx5_txq.c
> +++ b/drivers/net/mlx5/mlx5_txq.c
> @@ -669,7 +669,7 @@ struct mlx5_txq_ibv *  }
> 
>  /**
> - * Calcuate the total number of WQEBB for Tx queue.
> + * Calculate the total number of WQEBB for Tx queue.
>   *
>   * Simplified version of calc_sq_size() in rdma-core.
>   *
> --
> 1.8.3.1


  reply	other threads:[~2019-07-19  4:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-18 19:40 [dpdk-dev] [PATCH] net/mlx5: correct spelling mistakes in comments Dekel Peled
2019-07-19  4:31 ` Slava Ovsiienko [this message]
2019-07-21  7:56 ` Raslan Darawsheh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VI1PR05MB3278FF6E1A5814BC0F1DF3E1D2CB0@VI1PR05MB3278.eurprd05.prod.outlook.com \
    --to=viacheslavo@mellanox.com \
    --cc=dekelp@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=orika@mellanox.com \
    --cc=shahafs@mellanox.com \
    --cc=stable@dpdk.org \
    --cc=yskoh@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).