Skip to content

Commit

Permalink
net: emaclite: Fix typo in error message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jens Renner \(EFE\) authored and David S. Miller committed Jun 4, 2013
1 parent f145b67 commit f1362e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/xilinx/xilinx_emaclite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f1362e3

Please sign in to comment.