[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4F3B2631.6080900@st.com>
Date: Wed, 15 Feb 2012 08:57:45 +0530
From: Viresh Kumar <viresh.kumar@...com>
To: Masanari Iida <standby24x7@...il.com>
Cc: "trivial@...nel.org" <trivial@...nel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Shiraz HASHIM <shiraz.hashim@...com>
Subject: Re: [PATCH] [trivial] arm: Fix typo in spear3[012]0.c
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@...il.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@...com>
--
viresh
--
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