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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;