[PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
Martin Blumenstingl
martin.blumenstingl at googlemail.com
Thu Nov 2 14:06:44 PDT 2017
On Thu, Nov 2, 2017 at 10:27 AM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Trivial fix to spelling mistake in pr_err error message
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl at 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
More information about the linux-amlogic
mailing list