From: Alvin Šipraga Date: Mon, 29 Nov 2021 10:30:18 +0000 (+0100) Subject: net: dsa: rtl8365mb: fix garbled comment X-Git-Tag: howlett/maple/20220722_2~1498^2~318 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1ecab9370eef94a334c790fd7ae584b88de56545;p=users%2Fjedix%2Flinux-maple.git net: dsa: rtl8365mb: fix garbled comment Fixes: 4af2950c50c8 ("net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC") Signed-off-by: Alvin Šipraga Signed-off-by: David S. Miller --- diff --git a/drivers/net/dsa/rtl8365mb.c b/drivers/net/dsa/rtl8365mb.c index baaae97283c5..c52225d115d4 100644 --- a/drivers/net/dsa/rtl8365mb.c +++ b/drivers/net/dsa/rtl8365mb.c @@ -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))