Commit f1362e37 authored by Jens Renner \(EFE\)'s avatar Jens Renner \(EFE\) Committed by David S. Miller

net: emaclite: Fix typo in error message

s/allocal/allocate/
Signed-off-by: default avatarJens Renner <renner@efe-gmbh.de>
Acked-by: default avatarMichal Simek <monstr@monstr.eu>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f145b67f
......@@ -877,7 +877,7 @@ static int xemaclite_mdio_setup(struct net_local *lp, struct device *dev)
bus = mdiobus_alloc();
if (!bus) {
dev_err(dev, "Failed to allocal mdiobus\n");
dev_err(dev, "Failed to allocate mdiobus\n");
return -ENOMEM;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment