lkml.org 
[lkml]   [2020]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[tip: timers/core] clocksource/drivers/timer-ti-dm: Fix spelling mistake "detectt" -> "detect"
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.king@canonical.com>
AuthorDate: Tue, 19 May 2020 23:44:28 +01:00
Committer: Daniel Lezcano <daniel.lezcano@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.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 | 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;
\
 
 \ /
  Last update: 2020-06-01 15:13    [W:0.241 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site