We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37aed36 commit 0b973c6Copy full SHA for 0b973c6
arch/arm/mach-rockchip/platsmp.c
@@ -180,7 +180,7 @@ static int __init rockchip_smp_prepare_sram(struct device_node *node)
180
181
rsize = resource_size(&res);
182
if (rsize < trampoline_sz) {
183
- 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",
184
__func__, rsize, trampoline_sz);
185
return -EINVAL;
186
}
0 commit comments