linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
@ 2017-11-02  9:27 Colin King
  2017-11-02 21:06 ` Martin Blumenstingl
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2017-11-02  9:27 UTC (permalink / raw)
  To: Russell King, Carlo Caione, Kevin Hilman, linux-arm-kernel,
	linux-amlogic
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in pr_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/arm/mach-meson/platsmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-meson/platsmp.c b/arch/arm/mach-meson/platsmp.c
index 2555f9056a33..cad7ee8f0d6b 100644
--- a/arch/arm/mach-meson/platsmp.c
+++ b/arch/arm/mach-meson/platsmp.c
@@ -102,7 +102,7 @@ static void __init meson_smp_prepare_cpus(const char *scu_compatible,
 
 	scu_base = of_iomap(node, 0);
 	if (!scu_base) {
-		pr_err("Couln't map SCU registers\n");
+		pr_err("Couldn't map SCU registers\n");
 		return;
 	}
 
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
  2017-11-02  9:27 [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't" Colin King
@ 2017-11-02 21:06 ` Martin Blumenstingl
  2017-11-27 23:42   ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Blumenstingl @ 2017-11-02 21:06 UTC (permalink / raw)
  To: Colin King
  Cc: Russell King, Carlo Caione, Kevin Hilman, linux-arm-kernel,
	linux-amlogic, kernel-janitors, linux-kernel

On Thu, Nov 2, 2017 at 10:27 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in pr_err error message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

thank you for catching and fixing this!

> ---
>  arch/arm/mach-meson/platsmp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-meson/platsmp.c b/arch/arm/mach-meson/platsmp.c
> index 2555f9056a33..cad7ee8f0d6b 100644
> --- a/arch/arm/mach-meson/platsmp.c
> +++ b/arch/arm/mach-meson/platsmp.c
> @@ -102,7 +102,7 @@ static void __init meson_smp_prepare_cpus(const char *scu_compatible,
>
>         scu_base = of_iomap(node, 0);
>         if (!scu_base) {
> -               pr_err("Couln't map SCU registers\n");
> +               pr_err("Couldn't map SCU registers\n");
>                 return;
>         }
>
> --
> 2.14.1
>
>
> _______________________________________________
> linux-amlogic mailing list
> linux-amlogic@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-amlogic

Regards
Martin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
  2017-11-02 21:06 ` Martin Blumenstingl
@ 2017-11-27 23:42   ` Kevin Hilman
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2017-11-27 23:42 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: Colin King, Russell King, Carlo Caione, linux-arm-kernel,
	linux-amlogic, kernel-janitors, linux-kernel

Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:

> On Thu, Nov 2, 2017 at 10:27 AM, Colin King <colin.king@canonical.com> wrote:
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Trivial fix to spelling mistake in pr_err error message
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>
> thank you for catching and fixing this!

Applied to v4.15/fixes for v4.15-rc,

Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-27 23:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02  9:27 [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't" Colin King
2017-11-02 21:06 ` Martin Blumenstingl
2017-11-27 23:42   ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).