summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-06-24 20:00:24 +0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-13 18:11:51 +0200
commite3e8d37e537ebe8a7acf639e97838e59266d0e30 (patch)
tree2089c78b13b4343d8d01631026a0bfe7a2973ff6 /drivers/media/pci
parent[media] dw2102: add USB ID for Terratec Cinergy S2 Rev.3 (diff)
downloadlinux-e3e8d37e537ebe8a7acf639e97838e59266d0e30.tar.xz
linux-e3e8d37e537ebe8a7acf639e97838e59266d0e30.zip
[media] netup_unidvb: trivial fix of spelling mistake "initizalize" -> "initialize"
trivial fix to spelling mistake in dev_err message Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Abylay Ospan <aospan@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r--drivers/media/pci/netup_unidvb/netup_unidvb_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/netup_unidvb/netup_unidvb_core.c b/drivers/media/pci/netup_unidvb/netup_unidvb_core.c
index 5e3f41b7b3fe..ac547cb84de8 100644
--- a/drivers/media/pci/netup_unidvb/netup_unidvb_core.c
+++ b/drivers/media/pci/netup_unidvb/netup_unidvb_core.c
@@ -975,7 +975,7 @@ wq_create_err:
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;
}