[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <5035727D.9080001@samsung.com>
Date: Thu, 23 Aug 2012 08:59:57 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: Peter Meerwald <pmeerw@...erw.net>,
Greg KH <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org, myungjoo.ham@...sung.com,
broonie@...nsource.wolfsonmicro.com, trivial@...nel.org
Subject: Re: [PATCH RESEND] extcon: fix typos in extcon-arizona
On 08/23/2012 04:27 AM, Peter Meerwald wrote:
> Signed-off-by: Peter Meerwald <pmeerw@...erw.net>
> ---
> drivers/extcon/extcon-arizona.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c
> index 427a289..6d24822 100644
> --- a/drivers/extcon/extcon-arizona.c
> +++ b/drivers/extcon/extcon-arizona.c
> @@ -313,7 +313,7 @@ static int __devinit arizona_extcon_probe(struct platform_device *pdev)
>
> info = devm_kzalloc(&pdev->dev, sizeof(*info), GFP_KERNEL);
> if (!info) {
> - dev_err(&pdev->dev, "failed to allocate memory\n");
> + dev_err(&pdev->dev, "Failed to allocate memory\n");
> ret = -ENOMEM;
> goto err;
> }
> @@ -350,7 +350,7 @@ static int __devinit arizona_extcon_probe(struct platform_device *pdev)
>
> ret = extcon_dev_register(&info->edev, arizona->dev);
> if (ret < 0) {
> - dev_err(arizona->dev, "extcon_dev_regster() failed: %d\n",
> + dev_err(arizona->dev, "extcon_dev_register() failed: %d\n",
> ret);
> goto err;
> }
Signed-off-by: Chanwoo Choi <cw00.choi@...sung.com>
I will apply this patch to
http://10.90.51.51/cgi-bin/gitweb.cgi?p=linux-samsung;a=shortlog;h=refs/heads/extcon-for-next
and you can check it after some hours.
Thank you
Chanwoo Choi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists