Skip to content

Commit

Permalink
net: hns: Fix spelling mistake "maped" -> "mapped"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Sep 27, 2021
1 parent b193e15 commit 44b6aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/hisilicon/hns_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 44b6aa2

Please sign in to comment.