[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200519224428.6195-1-colin.king@canonical.com>
Date: Tue, 19 May 2020 23:44:28 +0100
From: Colin King <colin.king@...onical.com>
To: Tony Lindgren <tony@...mide.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][next] clocksource/drivers/timer-ti-dm: fix spelling mistake "detectt" -> "detect"
From: Colin Ian King <colin.king@...onical.com>
There is a spelling mistake in a pr_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@...onical.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 1495618a5744..45f300305aa3 100644
--- a/drivers/clocksource/timer-ti-dm-systimer.c
+++ b/drivers/clocksource/timer-ti-dm-systimer.c
@@ -701,7 +701,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;
--
2.25.1
Powered by blists - more mailing lists