Skip to content

Commit

Permalink
net: dsa: rtl8365mb: fix garbled comment
Browse files Browse the repository at this point in the history
Fixes: 4af2950 ("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>
  • Loading branch information
Alvin Šipraga authored and David S. Miller committed Nov 29, 2021
1 parent b014861 commit 1ecab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/dsa/rtl8365mb.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
(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))
Expand Down

0 comments on commit 1ecab93

Please sign in to comment.