linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [media] netup_unidvb: trivial fix of spelling mistake "initizalize" -> "initialize"
@ 2016-06-24 18:00 Colin King
  2016-06-24 18:02 ` Abylay Ospan
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-06-24 18:00 UTC (permalink / raw)
  To: Sergey Kozlov, Abylay Ospan, Mauro Carvalho Chehab, Jiri Kosina,
	linux-media
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/pci/netup_unidvb/netup_unidvb_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/pci/netup_unidvb/netup_unidvb_core.c b/drivers/media/pci/netup_unidvb/netup_unidvb_core.c
index d278d4e..c2ec4e2 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;
 }
 
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [media] netup_unidvb: trivial fix of spelling mistake "initizalize" -> "initialize"
  2016-06-24 18:00 [PATCH] [media] netup_unidvb: trivial fix of spelling mistake "initizalize" -> "initialize" Colin King
@ 2016-06-24 18:02 ` Abylay Ospan
  0 siblings, 0 replies; 2+ messages in thread
From: Abylay Ospan @ 2016-06-24 18:02 UTC (permalink / raw)
  To: Colin King
  Cc: Sergey Kozlov, Mauro Carvalho Chehab, Jiri Kosina, linux-media,
	linux-kernel

Acked-by: Abylay Ospan <aospan@netup.ru>

2016-06-24 14:00 GMT-04:00 Colin King <colin.king@canonical.com>:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in dev_err message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/media/pci/netup_unidvb/netup_unidvb_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/pci/netup_unidvb/netup_unidvb_core.c b/drivers/media/pci/netup_unidvb/netup_unidvb_core.c
> index d278d4e..c2ec4e2 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;
>  }
>
> --
> 2.8.1
>



-- 
Abylay Ospan,
NetUP Inc.
http://www.netup.tv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-24 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-24 18:00 [PATCH] [media] netup_unidvb: trivial fix of spelling mistake "initizalize" -> "initialize" Colin King
2016-06-24 18:02 ` Abylay Ospan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).