Skip to content

Commit

Permalink
orinoco: fix spelling mistake: "Registerred" -> "Registered"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in dbg_dbg message

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
  • Loading branch information
Colin Ian King authored and Kalle Valo committed Apr 26, 2017
1 parent 46cfa21 commit bea35f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/intersil/orinoco/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ int orinoco_if_add(struct orinoco_private *priv,
priv->ndev = dev;

/* Report what we've done */
dev_dbg(priv->dev, "Registerred interface %s.\n", dev->name);
dev_dbg(priv->dev, "Registered interface %s.\n", dev->name);

return 0;

Expand Down

0 comments on commit bea35f9

Please sign in to comment.