lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 30 Jun 2017 18:55:06 +0000
From:   Ilan Tayari <ilant@...lanox.com>
To:     Colin King <colin.king@...onical.com>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "Saeed Mahameed" <saeedm@...lanox.com>,
        Matan Barak <matanb@...lanox.com>,
        "Leon Romanovsky" <leonro@...lanox.com>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>
Subject: RE: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" ->
 "Allocating"

> -----Original Message-----
> From: Colin King [mailto:colin.king@...onical.com]
> Subject: [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" ->
> "Allocating"
> 
> From: Colin Ian King <colin.king@...onical.com>
> 
> Trivial fix to spelling mistake in mlx5_core_dbg debug message
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.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@...lanox.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ