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:
Colin Ian King 2020-05-19 23:44:28 +01:00 коммит произвёл Daniel Lezcano
Родитель 1f42241794
Коммит ac593e62b0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;