Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430849

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

From Abylay Ospan <aospan@netup.ru>
Newsgroups linux.kernel
Subject Re: [PATCH] [media] netup_unidvb: trivial fix of spelling mistake "initizalize" -> "initialize"
Date 2016-06-24 20:10 +0200
Message-ID <rNDIe-3c2-3@gated-at.bofh.it> (permalink)
References <rNDIe-3c2-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] [media] netup_unidvb: trivial fix of spelling mistake  "initizalize" -> "initialize" Abylay Ospan <aospan@netup.ru> - 2016-06-24 20:10 +0200

csiph-web