Skip to content

Commit 1ecab93

Browse files
sipragadavem330
authored andcommitted
net: dsa: rtl8365mb: fix garbled comment
Fixes: 4af2950 ("net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC") Signed-off-by: Alvin Šipraga <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b014861 commit 1ecab93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/dsa/rtl8365mb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
(RTL8365MB_PORT_ISOLATION_REG_BASE + (_physport))
277277
#define RTL8365MB_PORT_ISOLATION_MASK 0x07FF
278278

279-
/* MSTP port state registers - indexed by tree instancrSTI (tree ine */
279+
/* MSTP port state registers - indexed by tree instance */
280280
#define RTL8365MB_MSTI_CTRL_BASE 0x0A00
281281
#define RTL8365MB_MSTI_CTRL_REG(_msti, _physport) \
282282
(RTL8365MB_MSTI_CTRL_BASE + ((_msti) << 1) + ((_physport) >> 3))

0 commit comments

Comments
 (0)