netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] net: microchip: lan743x: Fix spelling mistake "erro" -> "error"
@ 2024-02-20  9:17 Colin Ian King
  2024-02-22 13:54 ` Simon Horman
  2024-02-23  3:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2024-02-20  9:17 UTC (permalink / raw)
  To: Bryan Whitehead, UNGLinuxDriver, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a netif_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/microchip/lan743x_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/microchip/lan743x_main.c b/drivers/net/ethernet/microchip/lan743x_main.c
index 45e209a7d083..bd8aa83b47e5 100644
--- a/drivers/net/ethernet/microchip/lan743x_main.c
+++ b/drivers/net/ethernet/microchip/lan743x_main.c
@@ -1196,7 +1196,7 @@ static int lan743x_sgmii_config(struct lan743x_adapter *adapter)
 	ret = lan743x_is_sgmii_2_5G_mode(adapter, &status);
 	if (ret < 0) {
 		netif_err(adapter, drv, adapter->netdev,
-			  "erro %d SGMII get mode failed\n", ret);
+			  "error %d SGMII get mode failed\n", ret);
 		return ret;
 	}
 
-- 
2.39.2


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

* Re: [PATCH][next] net: microchip: lan743x: Fix spelling mistake "erro" -> "error"
  2024-02-20  9:17 [PATCH][next] net: microchip: lan743x: Fix spelling mistake "erro" -> "error" Colin Ian King
@ 2024-02-22 13:54 ` Simon Horman
  2024-02-23  3:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-02-22 13:54 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Bryan Whitehead, UNGLinuxDriver, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev, kernel-janitors,
	linux-kernel

On Tue, Feb 20, 2024 at 09:17:37AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a netif_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/microchip/lan743x_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Horman <horms@kernel.org>

FWIIW, confirm is mispelt twice in comments in the same file.
But unlike the problem addressed here, it is not user visible.

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

* Re: [PATCH][next] net: microchip: lan743x: Fix spelling mistake "erro" -> "error"
  2024-02-20  9:17 [PATCH][next] net: microchip: lan743x: Fix spelling mistake "erro" -> "error" Colin Ian King
  2024-02-22 13:54 ` Simon Horman
@ 2024-02-23  3:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-02-23  3:10 UTC (permalink / raw)
  To: Colin Ian King
  Cc: bryan.whitehead, UNGLinuxDriver, davem, edumazet, kuba, pabeni,
	netdev, kernel-janitors, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 20 Feb 2024 09:17:37 +0000 you wrote:
> There is a spelling mistake in a netif_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/microchip/lan743x_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] net: microchip: lan743x: Fix spelling mistake "erro" -> "error"
    https://git.kernel.org/netdev/net-next/c/cbe30f99431d

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:[~2024-02-23  3:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20  9:17 [PATCH][next] net: microchip: lan743x: Fix spelling mistake "erro" -> "error" Colin Ian King
2024-02-22 13:54 ` Simon Horman
2024-02-23  3:10 ` 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).