net: emaclite: Fix typo in error message

s/allocal/allocate/

Signed-off-by: Jens Renner <renner@efe-gmbh.de>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jens Renner \(EFE\) 2013-06-02 05:19:06 +00:00 committed by David S. Miller
parent f145b67f24
commit f1362e378a

View file

@ -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;
}