Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1679063

RE: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" -> "Allocating"

From Ilan Tayari <ilant@mellanox.com>
Newsgroups linux.kernel
Subject RE: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" -> "Allocating"
Date 2017-06-30 21:00 +0200
Message-ID <tY9j3-D2-1@gated-at.bofh.it> (permalink)
References <tY1Ye-4JJ-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> -----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>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" -> "Allocating" Colin King <colin.king@canonical.com> - 2017-06-30 13:10 +0200
  RE: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" ->  "Allocating" Ilan Tayari <ilant@mellanox.com> - 2017-06-30 21:00 +0200
  Re: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" ->  "Allocating" David Miller <davem@davemloft.net> - 2017-07-01 23:50 +0200
    Re: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" -> "Allocating" Saeed Mahameed <saeedm@dev.mellanox.co.il> - 2017-07-02 10:40 +0200

csiph-web