mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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>
This commit is contained in:
parent
f5d5c17b5f
commit
969994f032
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user