]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: rockchip: fix spelling mistake "to" -> "too"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jan 2020 00:48:07 +0000 (00:48 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 13 Apr 2020 07:40:45 +0000 (09:40 +0200)
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>
arch/arm/mach-rockchip/platsmp.c

index 649e0a54784cd75b4a94779d9646cf6fdd60cbcc..d60856898d97acaa51912e6097a5d968200b45bd 100644 (file)
@@ -180,7 +180,7 @@ static int __init rockchip_smp_prepare_sram(struct device_node *node)
 
        rsize = resource_size(&res);
        if (rsize < trampoline_sz) {
-               pr_err("%s: reserved block with size 0x%x is to small for trampoline size 0x%x\n",
+               pr_err("%s: reserved block with size 0x%x is too small for trampoline size 0x%x\n",
                       __func__, rsize, trampoline_sz);
                return -EINVAL;
        }