]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: sxgbe: fix typo in comment
authorJinseok Kim <always.starving0@gmail.com>
Mon, 12 Jan 2026 04:41:47 +0000 (20:41 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 14 Jan 2026 03:02:39 +0000 (19:02 -0800)
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>
drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c

index 298a7402e39cee3d175a0d812729404b9eea0cc4..66e6de64626ce60401b60951cdf33a0883665107 100644 (file)
@@ -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;