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, 17 Feb 2023 16:06:06 +0000
From:   Edward Cree <ecree.xilinx@...il.com>
To:     Colin Ian King <colin.i.king@...il.com>,
        Martin Habets <habetsm.xilinx@...il.com>,
        "David S . Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Jakub Kicinski <kuba@...nel.org>,
        Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org
Cc:     kernel-janitors@...r.kernel.org,
        Alejandro Lucero <alejandro.lucero-palau@....com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next][V2] sfc: Fix spelling mistake "creationg" ->
 "creation"

On 17/02/2023 14:37, Colin Ian King wrote:
> There is a spelling mistake in a pci_warn message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> Reviewed-by:  Alejandro Lucero <alejandro.lucero-palau@....com>

Acked-by: Edward Cree <ecree.xilinx@...il.com>

> ---
> V2: Fix subject to match the actual spelling mistake fix
> ---
>  drivers/net/ethernet/sfc/efx_devlink.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/sfc/efx_devlink.c b/drivers/net/ethernet/sfc/efx_devlink.c
> index d2eb6712ba35..52fe2b2658f3 100644
> --- a/drivers/net/ethernet/sfc/efx_devlink.c
> +++ b/drivers/net/ethernet/sfc/efx_devlink.c
> @@ -655,7 +655,7 @@ static struct devlink_port *ef100_set_devlink_port(struct efx_nic *efx, u32 idx)
>  				 "devlink port creation for PF failed.\n");
>  		else
>  			pci_warn(efx->pci_dev,
> -				 "devlink_port creationg for VF %u failed.\n",
> +				 "devlink_port creation for VF %u failed.\n",
>  				 idx);
>  		return NULL;
>  	}
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ