Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: sxgbe: fix typo in comment

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>
Link: https://patch.msgid.link/20260112044147.2844-1-always.starving0@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Jinseok Kim and committed by
Jakub Kicinski
969994f0 f5d5c17b

+1 -1
+1 -1
drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c
··· 25 25 reg_val = readl(ioaddr + SXGBE_MTL_OP_MODE_REG); 26 26 reg_val &= ETS_RST; 27 27 28 - /* ETS Algorith */ 28 + /* ETS Algorithm */ 29 29 switch (etsalg & SXGBE_MTL_OPMODE_ESTMASK) { 30 30 case ETS_WRR: 31 31 reg_val &= ETS_WRR;