We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b014861 commit 1ecab93Copy full SHA for 1ecab93
drivers/net/dsa/rtl8365mb.c
@@ -276,7 +276,7 @@
276
(RTL8365MB_PORT_ISOLATION_REG_BASE + (_physport))
277
#define RTL8365MB_PORT_ISOLATION_MASK 0x07FF
278
279
-/* MSTP port state registers - indexed by tree instancrSTI (tree ine */
+/* MSTP port state registers - indexed by tree instance */
280
#define RTL8365MB_MSTI_CTRL_BASE 0x0A00
281
#define RTL8365MB_MSTI_CTRL_REG(_msti, _physport) \
282
(RTL8365MB_MSTI_CTRL_BASE + ((_msti) << 1) + ((_physport) >> 3))
0 commit comments