]> git.baikalelectronics.ru Git - kernel.git/commitdiff
net: dsa: rtl8365mb: fix garbled comment
authorAlvin Šipraga <alsi@bang-olufsen.dk>
Mon, 29 Nov 2021 10:30:18 +0000 (11:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Nov 2021 12:51:37 +0000 (12:51 +0000)
Fixes: 0d4087d7fdeb ("net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC")
Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/rtl8365mb.c

index baaae97283c5e259ef3cbd7e293c3db3f257e459..c52225d115d46652c4c3e1cec50331fe472d6283 100644 (file)
                (RTL8365MB_PORT_ISOLATION_REG_BASE + (_physport))
 #define   RTL8365MB_PORT_ISOLATION_MASK                        0x07FF
 
-/* MSTP port state registers - indexed by tree instancrSTI (tree ine */
+/* MSTP port state registers - indexed by tree instance */
 #define RTL8365MB_MSTI_CTRL_BASE                       0x0A00
 #define RTL8365MB_MSTI_CTRL_REG(_msti, _physport) \
                (RTL8365MB_MSTI_CTRL_BASE + ((_msti) << 1) + ((_physport) >> 3))