Skip to content

Commit 0b973c6

Browse files
Colin Ian Kingmmind
authored andcommitted
ARM: rockchip: fix spelling mistake "to" -> "too"
There is a spelling mistake in a pr_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 37aed36 commit 0b973c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-rockchip/platsmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ static int __init rockchip_smp_prepare_sram(struct device_node *node)
180180

181181
rsize = resource_size(&res);
182182
if (rsize < trampoline_sz) {
183-
pr_err("%s: reserved block with size 0x%x is to small for trampoline size 0x%x\n",
183+
pr_err("%s: reserved block with size 0x%x is too small for trampoline size 0x%x\n",
184184
__func__, rsize, trampoline_sz);
185185
return -EINVAL;
186186
}

0 commit comments

Comments
 (0)