Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200123004807.2833556-1-colin.king@canonical.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Colin Ian King and committed by
Heiko Stuebner
0b973c65 37aed36c

+1 -1
+1 -1
arch/arm/mach-rockchip/platsmp.c
··· 180 180 181 181 rsize = resource_size(&res); 182 182 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", 184 184 __func__, rsize, trampoline_sz); 185 185 return -EINVAL; 186 186 }