Commit 44b6aa2e authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net: hns: Fix spelling mistake "maped" -> "mapped"



There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b193e15a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ static int hns_mdio_reset(struct mii_bus *bus)

	if (dev_of_node(bus->parent)) {
		if (!mdio_dev->subctrl_vbase) {
			dev_err(&bus->dev, "mdio sys ctl reg has not maped\n");
			dev_err(&bus->dev, "mdio sys ctl reg has not mapped\n");
			return -ENODEV;
		}