mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
staging: netlogic: Fix typo in staging/netlogic
Correct spelling typo in printk. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1dcdbfd6d9
commit
9d2ea4dec6
@ -896,7 +896,7 @@ static int xlr_setup_mdio(struct xlr_net_priv *priv,
|
||||
return err;
|
||||
}
|
||||
|
||||
pr_info("Registerd mdio bus id : %s\n", priv->mii_bus->id);
|
||||
pr_info("Registered mdio bus id : %s\n", priv->mii_bus->id);
|
||||
err = xlr_mii_probe(priv);
|
||||
if (err) {
|
||||
mdiobus_free(priv->mii_bus);
|
||||
|
Loading…
Reference in New Issue
Block a user