From: Chanwoo Choi <cw00.choi@samsung.com>
To: Peter Meerwald <pmeerw@pmeerw.net>, Greg KH <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, myungjoo.ham@samsung.com,
broonie@opensource.wolfsonmicro.com, trivial@kernel.org
Subject: Re: [PATCH RESEND] extcon: fix typos in extcon-arizona
Date: Thu, 23 Aug 2012 08:59:57 +0900 [thread overview]
Message-ID: <5035727D.9080001@samsung.com> (raw)
In-Reply-To: <1345663663-4790-4-git-send-email-pmeerw@pmeerw.net>
On 08/23/2012 04:27 AM, Peter Meerwald wrote:
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.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@samsung.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
next prev parent reply other threads:[~2012-08-23 0:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-22 19:27 [PATCH RESEND] extcon: fix typos in sys-class-extcon Peter Meerwald
2012-08-22 19:27 ` [PATCH RESEND] extcon: fix typos in max77693 driver Peter Meerwald
2012-08-22 23:58 ` Chanwoo Choi
2012-08-22 19:27 ` [PATCH RESEND] extcon: fixing typos Peter Meerwald
2012-08-22 23:59 ` Chanwoo Choi
2012-08-22 19:27 ` [PATCH RESEND] extcon: fix typos in extcon-arizona Peter Meerwald
2012-08-22 23:59 ` Chanwoo Choi [this message]
2012-08-22 23:58 ` [PATCH RESEND] extcon: fix typos in sys-class-extcon Chanwoo Choi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5035727D.9080001@samsung.com \
--to=cw00.choi@samsung.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=pmeerw@pmeerw.net \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome