Skip to content

Commit cf4d13f

Browse files
Colin Ian Kingdavem330
authored andcommitted
drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"
Trivial fix to spelling mistake in dev_warn message. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3201a39 commit cf4d13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ static void dwmac1000_set_mchash(void __iomem *ioaddr, u32 *mcfilterbits,
145145
numhashregs = 8;
146146
break;
147147
default:
148-
pr_debug("STMMAC: err in setting mulitcast filter\n");
148+
pr_debug("STMMAC: err in setting multicast filter\n");
149149
return;
150150
break;
151151
}

0 commit comments

Comments
 (0)