The following commit has been merged into the timers/core branch of tip:

Commit-ID:     ac593e62b0cfcbc53502be8b6c7e40fed8baff8c
Gitweb:        
https://git.kernel.org/tip/ac593e62b0cfcbc53502be8b6c7e40fed8baff8c
Author:        Colin Ian King <colin.k...@canonical.com>
AuthorDate:    Tue, 19 May 2020 23:44:28 +01:00
Committer:     Daniel Lezcano <daniel.lezc...@linaro.org>
CommitterDate: Sat, 23 May 2020 00:01:35 +02: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.k...@canonical.com>
Signed-off-by: Daniel Lezcano <daniel.lezc...@linaro.org>
Link: https://lore.kernel.org/r/20200519224428.6195-1-colin.k...@canonical.com
---
 drivers/clocksource/timer-ti-dm-systimer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/timer-ti-dm-systimer.c 
b/drivers/clocksource/timer-ti-dm-systimer.c
index 7da998d..6fd1f21 100644
--- a/drivers/clocksource/timer-ti-dm-systimer.c
+++ b/drivers/clocksource/timer-ti-dm-systimer.c
@@ -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;

Reply via email to