* [PATCH][next] net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"
@ 2023-10-26 6:54 Colin Ian King
2023-10-26 7:44 ` Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Colin Ian King @ 2023-10-26 6:54 UTC (permalink / raw)
To: Woojung Huh, UNGLinuxDriver, Andrew Lunn, Florian Fainelli,
Vladimir Oltean, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, netdev
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a dev_dbg message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/net/dsa/microchip/ksz9477.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/dsa/microchip/ksz9477.c b/drivers/net/dsa/microchip/ksz9477.c
index 2534c3d122e4..b102a27960e1 100644
--- a/drivers/net/dsa/microchip/ksz9477.c
+++ b/drivers/net/dsa/microchip/ksz9477.c
@@ -83,7 +83,7 @@ static int ksz9477_handle_wake_reason(struct ksz_device *dev, int port)
dev_dbg(dev->dev, "Wake event on port %d due to:%s%s\n", port,
pme_status & PME_WOL_LINKUP ? " \"Link Up\"" : "",
- pme_status & PME_WOL_ENERGY ? " \"Enery detect\"" : "");
+ pme_status & PME_WOL_ENERGY ? " \"Energy detect\"" : "");
return ksz_pwrite8(dev, port, REG_PORT_PME_STATUS, pme_status);
}
--
2.39.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH][next] net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"
2023-10-26 6:54 [PATCH][next] net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy" Colin Ian King
@ 2023-10-26 7:44 ` Simon Horman
2023-10-26 8:48 ` Vladimir Oltean
2023-10-27 23:05 ` Jakub Kicinski
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2023-10-26 7:44 UTC (permalink / raw)
To: Colin Ian King
Cc: Woojung Huh, UNGLinuxDriver, Andrew Lunn, Florian Fainelli,
Vladimir Oltean, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, netdev, kernel-janitors, linux-kernel
On Thu, Oct 26, 2023 at 07:54:08AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a dev_dbg message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Thanks Colin,
I noticed this one too.
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][next] net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"
2023-10-26 6:54 [PATCH][next] net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy" Colin Ian King
2023-10-26 7:44 ` Simon Horman
@ 2023-10-26 8:48 ` Vladimir Oltean
2023-10-27 23:05 ` Jakub Kicinski
2 siblings, 0 replies; 4+ messages in thread
From: Vladimir Oltean @ 2023-10-26 8:48 UTC (permalink / raw)
To: Colin Ian King, Oleksij Rempel
Cc: Woojung Huh, UNGLinuxDriver, Andrew Lunn, Florian Fainelli,
David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
netdev, kernel-janitors, linux-kernel
Colin,
On Thu, Oct 26, 2023 at 07:54:08AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a dev_dbg message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
If the patch is 1 day old, please also copy the original patch author.
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
> drivers/net/dsa/microchip/ksz9477.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/dsa/microchip/ksz9477.c b/drivers/net/dsa/microchip/ksz9477.c
> index 2534c3d122e4..b102a27960e1 100644
> --- a/drivers/net/dsa/microchip/ksz9477.c
> +++ b/drivers/net/dsa/microchip/ksz9477.c
> @@ -83,7 +83,7 @@ static int ksz9477_handle_wake_reason(struct ksz_device *dev, int port)
>
> dev_dbg(dev->dev, "Wake event on port %d due to:%s%s\n", port,
> pme_status & PME_WOL_LINKUP ? " \"Link Up\"" : "",
> - pme_status & PME_WOL_ENERGY ? " \"Enery detect\"" : "");
> + pme_status & PME_WOL_ENERGY ? " \"Energy detect\"" : "");
>
> return ksz_pwrite8(dev, port, REG_PORT_PME_STATUS, pme_status);
> }
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][next] net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"
2023-10-26 6:54 [PATCH][next] net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy" Colin Ian King
2023-10-26 7:44 ` Simon Horman
2023-10-26 8:48 ` Vladimir Oltean
@ 2023-10-27 23:05 ` Jakub Kicinski
2 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2023-10-27 23:05 UTC (permalink / raw)
To: Colin Ian King
Cc: Woojung Huh, UNGLinuxDriver, Andrew Lunn, Florian Fainelli,
Vladimir Oltean, David S . Miller, Eric Dumazet, Paolo Abeni,
netdev, kernel-janitors, linux-kernel
On Thu, 26 Oct 2023 07:54:08 +0100 Colin Ian King wrote:
> There is a spelling mistake in a dev_dbg message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Applied, thanks.
--
pw-bot: accept
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-27 23:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 6:54 [PATCH][next] net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy" Colin Ian King
2023-10-26 7:44 ` Simon Horman
2023-10-26 8:48 ` Vladimir Oltean
2023-10-27 23:05 ` Jakub Kicinski
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).