diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-02 10:27:37 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-12-01 00:29:43 +0100 |
commit | 0f0e290a662a89067f7c251d24ad6f63ceb1f2d6 (patch) | |
tree | 08ff267041a470e94d49c8493d1e10760a800288 /arch/arm | |
parent | ARM: dts: meson: fix the memory region of the GPIO interrupt controller (diff) | |
download | linux-0f0e290a662a89067f7c251d24ad6f63ceb1f2d6.tar.xz linux-0f0e290a662a89067f7c251d24ad6f63ceb1f2d6.zip |
ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
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>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-meson/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |