1
0
Fork 0

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>
hifive-unleashed-5.1
Colin Ian King 2017-11-02 09:27:37 +00:00 committed by Kevin Hilman
parent 9fd7a2e063
commit 0f0e290a66
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}