diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-10-16 21:14:29 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-12-08 14:59:19 +0100 |
commit | e3d132d1239ae846e2f7c652fbdc5aa7ebcc4541 (patch) | |
tree | 05691c7c9b3923463fc65ba083ca5e77e5551708 /drivers/media/pci | |
parent | 20d5a865e1f1d98e8520c12fc647c9d4e47f46b3 (diff) | |
download | linux-e3d132d1239ae846e2f7c652fbdc5aa7ebcc4541.tar.bz2 |
treewide: Fix typos in printk
This patch fix multiple spelling typos found in
various part of kernel.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r-- | drivers/media/pci/netup_unidvb/netup_unidvb_core.c | 2 |
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 83c90d3462e9..487129b94292 100644 --- a/drivers/media/pci/netup_unidvb/netup_unidvb_core.c +++ b/drivers/media/pci/netup_unidvb/netup_unidvb_core.c @@ -388,7 +388,7 @@ static int netup_unidvb_dvb_init(struct netup_unidvb_dev *ndev, vb2_dvb_alloc_frontend( &ndev->frontends[num], 3) == NULL) { dev_dbg(&ndev->pci_dev->dev, - "%s(): unable to to alllocate vb2_dvb_frontend\n", + "%s(): unable to allocate vb2_dvb_frontend\n", __func__); return -ENOMEM; } |