public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: sxgbe: fix typo in comment
@ 2026-01-12  4:41 Jinseok Kim
  2026-01-13  3:42 ` Moon Yeounsu
  2026-01-14  3:00 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jinseok Kim @ 2026-01-12  4:41 UTC (permalink / raw)
  To: bh74.an, andrew+netdev, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, Jinseok Kim

Fix a misspelling in the sxgbe_mtl_init() function comment.
"Algorith" should be spelled as "Algorithm".

Signed-off-by: Jinseok Kim <always.starving0@gmail.com>
---
 drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c
index 298a7402e39c..66e6de64626c 100644
--- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c
+++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c
@@ -25,7 +25,7 @@ static void sxgbe_mtl_init(void __iomem *ioaddr, unsigned int etsalg,
 	reg_val = readl(ioaddr + SXGBE_MTL_OP_MODE_REG);
 	reg_val &= ETS_RST;

-	/* ETS Algorith */
+	/* ETS Algorithm */
 	switch (etsalg & SXGBE_MTL_OPMODE_ESTMASK) {
 	case ETS_WRR:
 		reg_val &= ETS_WRR;
--
2.43.0

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

* Re: [PATCH] net: sxgbe: fix typo in comment
  2026-01-12  4:41 [PATCH] net: sxgbe: fix typo in comment Jinseok Kim
@ 2026-01-13  3:42 ` Moon Yeounsu
  2026-01-14  3:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Moon Yeounsu @ 2026-01-13  3:42 UTC (permalink / raw)
  To: Jinseok Kim
  Cc: bh74.an, andrew+netdev, davem, edumazet, kuba, pabeni, netdev,
	linux-kernel

On Mon, Jan 12, 2026 at 1:42 PM Jinseok Kim <always.starving0@gmail.com> wrote:
>
> Fix a misspelling in the sxgbe_mtl_init() function comment.
> "Algorith" should be spelled as "Algorithm".
>
> Signed-off-by: Jinseok Kim <always.starving0@gmail.com>

Please include the target tree prefix in the patch subject line (e.g.
net: or net-next:),
as described here:
https://docs.kernel.org/process/maintainer-netdev.html#indicating-target-tree

    Yeounsu Moon

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

* Re: [PATCH] net: sxgbe: fix typo in comment
  2026-01-12  4:41 [PATCH] net: sxgbe: fix typo in comment Jinseok Kim
  2026-01-13  3:42 ` Moon Yeounsu
@ 2026-01-14  3:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-01-14  3:00 UTC (permalink / raw)
  To: Jinseok Kim
  Cc: bh74.an, andrew+netdev, davem, edumazet, kuba, pabeni, netdev,
	linux-kernel

Hello:

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

On Sun, 11 Jan 2026 20:41:47 -0800 you wrote:
> Fix a misspelling in the sxgbe_mtl_init() function comment.
> "Algorith" should be spelled as "Algorithm".
> 
> Signed-off-by: Jinseok Kim <always.starving0@gmail.com>
> ---
>  drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> [...]

Here is the summary with links:
  - net: sxgbe: fix typo in comment
    https://git.kernel.org/netdev/net-next/c/969994f03237

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:[~2026-01-14  3:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12  4:41 [PATCH] net: sxgbe: fix typo in comment Jinseok Kim
2026-01-13  3:42 ` Moon Yeounsu
2026-01-14  3:00 ` 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