Skip to content

Commit 0f0e290

Browse files
Colin Ian Kingkhilman
authored andcommitted
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 <[email protected]> Acked-by: Martin Blumenstingl <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>
1 parent 9fd7a2e commit 0f0e290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-meson/platsmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static void __init meson_smp_prepare_cpus(const char *scu_compatible,
102102

103103
scu_base = of_iomap(node, 0);
104104
if (!scu_base) {
105-
pr_err("Couln't map SCU registers\n");
105+
pr_err("Couldn't map SCU registers\n");
106106
return;
107107
}
108108

0 commit comments

Comments
 (0)