lkml.org 
[lkml]   [2023]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating"
Date

On 2/17/23 09:25, Colin Ian King wrote:
> CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
>
>
> There is a spelling mistake in a pci_warn message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> 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.cAlejandro Lucero<alejandro.lucero-palau@amd.com>
> +++ 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",

The patch subject does not match the changed word. Creation is the
right one.

If you fix it you can add:

Reviewed-by:  Alejandro Lucero <alejandro.lucero-palau@amd.com>

> idx);
> return NULL;
> }
> --
> 2.30.2
>
\
 
 \ /
  Last update: 2023-03-27 00:27    [W:0.041 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site