Skip to content

Commit

Permalink
ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Kevin Hilman committed Nov 30, 2017
1 parent 9fd7a2e commit 0f0e290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-meson/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0f0e290

Please sign in to comment.