Commit e3e8d37e authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab

[media] netup_unidvb: trivial fix of spelling mistake "initizalize" -> "initialize"

trivial fix to spelling mistake in dev_err message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarAbylay Ospan <aospan@netup.ru>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 49438d97
......@@ -975,7 +975,7 @@ static int netup_unidvb_initdev(struct pci_dev *pci_dev,
kfree(ndev);
dev_alloc_err:
dev_err(&pci_dev->dev,
"%s(): failed to initizalize device\n", __func__);
"%s(): failed to initialize device\n", __func__);
return -EIO;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment