All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
To: Colin King <colin.king@canonical.com>
Cc: Russell King <linux@armlinux.org.uk>,
	Carlo Caione <carlo@caione.org>,
	Kevin Hilman <khilman@baylibre.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
Date: Thu, 2 Nov 2017 22:06:44 +0100	[thread overview]
Message-ID: <CAFBinCAHRg8y-=ELPu3_tRnskjgPe6gXAG67tmEt75OeSBn-sw@mail.gmail.com> (raw)
In-Reply-To: <20171102092737.16957-1-colin.king@canonical.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
To: linus-amlogic@lists.infradead.org
Subject: Re: [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
Date: Thu, 02 Nov 2017 21:06:44 +0000	[thread overview]
Message-ID: <CAFBinCAHRg8y-=ELPu3_tRnskjgPe6gXAG67tmEt75OeSBn-sw@mail.gmail.com> (raw)
In-Reply-To: <20171102092737.16957-1-colin.king@canonical.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
Date: Thu, 2 Nov 2017 22:06:44 +0100	[thread overview]
Message-ID: <CAFBinCAHRg8y-=ELPu3_tRnskjgPe6gXAG67tmEt75OeSBn-sw@mail.gmail.com> (raw)
In-Reply-To: <20171102092737.16957-1-colin.king@canonical.com>

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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-amlogic

Regards
Martin

WARNING: multiple messages have this Message-ID (diff)
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
Date: Thu, 2 Nov 2017 22:06:44 +0100	[thread overview]
Message-ID: <CAFBinCAHRg8y-=ELPu3_tRnskjgPe6gXAG67tmEt75OeSBn-sw@mail.gmail.com> (raw)
In-Reply-To: <20171102092737.16957-1-colin.king@canonical.com>

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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-amlogic

Regards
Martin

  reply	other threads:[~2017-11-02 21:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-02  9:27 [PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't" Colin King
2017-11-02  9:27 ` Colin King
2017-11-02  9:27 ` Colin King
2017-11-02  9:27 ` Colin King
2017-11-02 21:06 ` Martin Blumenstingl [this message]
2017-11-02 21:06   ` Martin Blumenstingl
2017-11-02 21:06   ` Martin Blumenstingl
2017-11-02 21:06   ` Martin Blumenstingl
2017-11-27 23:42   ` Kevin Hilman
2017-11-27 23:42     ` Kevin Hilman
2017-11-27 23:42     ` Kevin Hilman
2017-11-27 23:42     ` Kevin Hilman

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='CAFBinCAHRg8y-=ELPu3_tRnskjgPe6gXAG67tmEt75OeSBn-sw@mail.gmail.com' \
    --to=martin.blumenstingl@googlemail.com \
    --cc=carlo@caione.org \
    --cc=colin.king@canonical.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    /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.