linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ilan Tayari <ilant@mellanox.com>
To: Colin King <colin.king@canonical.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Saeed Mahameed" <saeedm@mellanox.com>,
	Matan Barak <matanb@mellanox.com>,
	"Leon Romanovsky" <leonro@mellanox.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>
Subject: RE: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" -> "Allocating"
Date: Fri, 30 Jun 2017 18:55:06 +0000	[thread overview]
Message-ID: <AM4PR0501MB19407BBB3A184F8A5C743530DBD30@AM4PR0501MB1940.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20170630105922.10397-1-colin.king@canonical.com>

> -----Original Message-----
> From: Colin King [mailto:colin.king@canonical.com]
> Subject: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" ->
> "Allocating"
> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in mlx5_core_dbg debug message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
> b/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
> index 4d0db481f6c4..de2aed44ab85 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
> @@ -101,7 +101,7 @@ int mlx5_core_reserved_gid_alloc(struct mlx5_core_dev
> *dev, int *gid_index)
>  	if (index < 0)
>  		return index;
> 
> -	mlx5_core_dbg(dev, "Allodating reserved GID %u\n", index);
> +	mlx5_core_dbg(dev, "Allocating reserved GID %u\n", index);
>  	*gid_index = index;
>  	return 0;
>  }
> --
> 2.11.0

Thank you Colin for the fix.

Reviewed-by: Ilan Tayari <ilant@mellanox.com>

  reply	other threads:[~2017-06-30 18:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-30 10:59 [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" -> "Allocating" Colin King
2017-06-30 18:55 ` Ilan Tayari [this message]
2017-07-01 21:40 ` David Miller
2017-07-02  8:35   ` Saeed Mahameed

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=AM4PR0501MB19407BBB3A184F8A5C743530DBD30@AM4PR0501MB1940.eurprd05.prod.outlook.com \
    --to=ilant@mellanox.com \
    --cc=colin.king@canonical.com \
    --cc=leonro@mellanox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=matanb@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeedm@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).