mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-14 08:13:56 +08:00
clocksource/drivers/timer-ti-dm: Fix spelling mistake "detectt" -> "detect"
There is a spelling mistake in a pr_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20200519224428.6195-1-colin.king@canonical.com
This commit is contained in:
parent
1f42241794
commit
ac593e62b0
@ -697,7 +697,7 @@ static int __init dmtimer_systimer_init(struct device_node *np)
|
||||
dmtimer_systimer_select_best();
|
||||
|
||||
if (!clocksource && !clockevent) {
|
||||
pr_err("%s: unable to detectt system timers, update dtb?\n",
|
||||
pr_err("%s: unable to detect system timers, update dtb?\n",
|
||||
__func__);
|
||||
|
||||
return -EINVAL;
|
||||
|
Loading…
Reference in New Issue
Block a user