clocksource/drivers/timer-ti-dm: Fix spelling mistake "detectt" -> "detect"
authorColin Ian King <colin.king@canonical.com>
Tue, 19 May 2020 22:44:28 +0000 (23:44 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 22 May 2020 22:01:35 +0000 (00:01 +0200)
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
drivers/clocksource/timer-ti-dm-systimer.c

index 7da998d0dd586385e88346b8d7b401e43b562ff1..6fd1f219a512ef9b1a2d145a4168190dec12d2a4 100644 (file)
@@ -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;