realtek: Fix typo "mutli"
authorSven Eckelmann <[email protected]>
Sun, 23 Nov 2025 16:28:40 +0000 (17:28 +0100)
committerHauke Mehrtens <[email protected]>
Mon, 24 Nov 2025 23:28:51 +0000 (00:28 +0100)
It is written "multi" and not "mutli"

Signed-off-by: Sven Eckelmann <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl838x.c

index 50b753ed3f49796445a939c8123015878886b5f1..74c894efaa19f626fa71d836d458936bc5beef3e 100644 (file)
@@ -322,7 +322,7 @@ static void rtl838x_fill_l2_entry(u32 r[], struct rtl838x_l2_entry *e)
                        e->age = (r[0] >> 17) & 0x3;
                        e->valid = true;
 
-                       /* A valid entry has one of mutli-cast, aging, sa/da-blocking,
+                       /* A valid entry has one of multi-cast, aging, sa/da-blocking,
                         * next-hop or static entry bit set
                         */
                        if (!(r[0] & 0x007c0000) && !(r[1] & 0xd0000000))