orinoco: fix spelling mistake: "Registerred" -> "Registered"

trivial fix to spelling mistake in dbg_dbg message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Colin Ian King 2017-04-22 14:21:49 +01:00 committed by Kalle Valo
parent 46cfa2148e
commit bea35f90db
1 changed files with 1 additions and 1 deletions

View File

@ -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;