Commit ac593e62 authored by Colin Ian King's avatar Colin Ian King Committed by Daniel Lezcano

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200519224428.6195-1-colin.king@canonical.com
parent 1f422417
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment