* [PATCH] [trivial] arm: Fix typo in spear3[012]0.c
@ 2012-02-14 14:35 Masanari Iida
2012-02-15 3:27 ` Viresh Kumar
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-14 14:35 UTC (permalink / raw)
To: viresh.kumar; +Cc: trivial, linux-kernel, standby24x7
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);
}
--
1.7.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [trivial] arm: Fix typo in spear3[012]0.c
2012-02-14 14:35 [PATCH] [trivial] arm: Fix typo in spear3[012]0.c Masanari Iida
@ 2012-02-15 3:27 ` Viresh Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2012-02-15 3:27 UTC (permalink / raw)
To: Masanari Iida
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org, Shiraz HASHIM
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-15 3:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox