linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating"
@ 2023-02-17  9:25 Colin Ian King
  2023-02-17 14:29 ` Lucero Palau, Alejandro
  2023-02-20 10:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2023-02-17  9:25 UTC (permalink / raw)
  To: Edward Cree, Martin Habets, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel

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.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;
 	}
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating"
  2023-02-17  9:25 [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating" Colin Ian King
@ 2023-02-17 14:29 ` Lucero Palau, Alejandro
  2023-02-20 10:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Lucero Palau, Alejandro @ 2023-02-17 14:29 UTC (permalink / raw)
  To: Colin Ian King, Edward Cree, Martin Habets, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel


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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating"
  2023-02-17  9:25 [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating" Colin Ian King
  2023-02-17 14:29 ` Lucero Palau, Alejandro
@ 2023-02-20 10:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-02-20 10:50 UTC (permalink / raw)
  To: Colin Ian King
  Cc: ecree.xilinx, habetsm.xilinx, davem, edumazet, kuba, pabeni,
	netdev, kernel-janitors, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 17 Feb 2023 09:25:28 +0000 you wrote:
> 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(-)

Here is the summary with links:
  - [next] sfc: Fix spelling mistake "creationg" -> "creating"
    https://git.kernel.org/netdev/net-next/c/0d39ad3e1b04

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-20 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17  9:25 [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating" Colin Ian King
2023-02-17 14:29 ` Lucero Palau, Alejandro
2023-02-20 10:50 ` patchwork-bot+netdevbpf

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