All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@st.com>
To: Masanari Iida <standby24x7@gmail.com>
Cc: "trivial@kernel.org" <trivial@kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Shiraz HASHIM <shiraz.hashim@st.com>
Subject: Re: [PATCH] [trivial] arm: Fix typo in spear3[012]0.c
Date: Wed, 15 Feb 2012 08:57:45 +0530	[thread overview]
Message-ID: <4F3B2631.6080900@st.com> (raw)
In-Reply-To: <1329230142-2063-1-git-send-email-standby24x7@gmail.com>

On 2/14/2012 8:05 PM, Masanari Iida wrote:
> Correct spelling "registeration" to "registration" in
> arch/arm/mach-spear3xx/spear300.c, spear310.c and spear320.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  arch/arm/mach-spear3xx/spear300.c |    2 +-
>  arch/arm/mach-spear3xx/spear310.c |    2 +-
>  arch/arm/mach-spear3xx/spear320.c |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/mach-spear3xx/spear300.c b/arch/arm/mach-spear3xx/spear300.c
> index a5e46b4..4f7f518 100644
> --- a/arch/arm/mach-spear3xx/spear300.c
> +++ b/arch/arm/mach-spear3xx/spear300.c
> @@ -469,7 +469,7 @@ void __init spear300_init(struct pmx_mode *pmx_mode, struct pmx_dev **pmx_devs,
>  	if (pmx_driver.base) {
>  		ret = pmx_register(&pmx_driver);
>  		if (ret)
> -			printk(KERN_ERR "padmux: registeration failed. err no"
> +			printk(KERN_ERR "padmux: registration failed. err no"
>  					": %d\n", ret);
>  		/* Free Mapping, device selection already done */
>  		iounmap(pmx_driver.base);
> diff --git a/arch/arm/mach-spear3xx/spear310.c b/arch/arm/mach-spear3xx/spear310.c
> index 9004cf9..febaa6f 100644
> --- a/arch/arm/mach-spear3xx/spear310.c
> +++ b/arch/arm/mach-spear3xx/spear310.c
> @@ -303,6 +303,6 @@ void __init spear310_init(struct pmx_mode *pmx_mode, struct pmx_dev **pmx_devs,
>  
>  	ret = pmx_register(&pmx_driver);
>  	if (ret)
> -		printk(KERN_ERR "padmux: registeration failed. err no: %d\n",
> +		printk(KERN_ERR "padmux: registration failed. err no: %d\n",
>  				ret);
>  }
> diff --git a/arch/arm/mach-spear3xx/spear320.c b/arch/arm/mach-spear3xx/spear320.c
> index ee29bef..deaaf19 100644
> --- a/arch/arm/mach-spear3xx/spear320.c
> +++ b/arch/arm/mach-spear3xx/spear320.c
> @@ -550,6 +550,6 @@ void __init spear320_init(struct pmx_mode *pmx_mode, struct pmx_dev **pmx_devs,
>  
>  	ret = pmx_register(&pmx_driver);
>  	if (ret)
> -		printk(KERN_ERR "padmux: registeration failed. err no: %d\n",
> +		printk(KERN_ERR "padmux: registration failed. err no: %d\n",
>  				ret);
>  }

Thanks.

Acked-by: Viresh Kumar <viresh.kumar@st.com>

-- 
viresh

      reply	other threads:[~2012-02-15  3:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-14 14:35 [PATCH] [trivial] arm: Fix typo in spear3[012]0.c Masanari Iida
2012-02-15  3:27 ` Viresh Kumar [this message]

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=4F3B2631.6080900@st.com \
    --to=viresh.kumar@st.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shiraz.hashim@st.com \
    --cc=standby24x7@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.