linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] clocksource/drivers/timer-ti-dm: fix spelling mistake "detectt" -> "detect"
@ 2020-05-19 22:44 Colin King
  2020-05-19 23:25 ` Daniel Lezcano
  2020-06-01 13:11 ` [tip: timers/core] clocksource/drivers/timer-ti-dm: Fix " tip-bot2 for Colin Ian King
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-05-19 22:44 UTC (permalink / raw)
  To: Tony Lindgren, Daniel Lezcano, Thomas Gleixner
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a pr_err message. Fix it.

Signed-off-by: Colin Ian King <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 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] clocksource/drivers/timer-ti-dm: fix spelling mistake "detectt" -> "detect"
  2020-05-19 22:44 [PATCH][next] clocksource/drivers/timer-ti-dm: fix spelling mistake "detectt" -> "detect" Colin King
@ 2020-05-19 23:25 ` Daniel Lezcano
  2020-06-01 13:11 ` [tip: timers/core] clocksource/drivers/timer-ti-dm: Fix " tip-bot2 for Colin Ian King
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2020-05-19 23:25 UTC (permalink / raw)
  To: Colin King, Tony Lindgren, Thomas Gleixner; +Cc: kernel-janitors, linux-kernel

On 20/05/2020 00:44, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---

Applied, thanks


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: timers/core] clocksource/drivers/timer-ti-dm: Fix spelling mistake "detectt" -> "detect"
  2020-05-19 22:44 [PATCH][next] clocksource/drivers/timer-ti-dm: fix spelling mistake "detectt" -> "detect" Colin King
  2020-05-19 23:25 ` Daniel Lezcano
@ 2020-06-01 13:11 ` tip-bot2 for Colin Ian King
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Colin Ian King @ 2020-06-01 13:11 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Colin Ian King, Daniel Lezcano, x86, LKML

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;

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-01 13:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 22:44 [PATCH][next] clocksource/drivers/timer-ti-dm: fix spelling mistake "detectt" -> "detect" Colin King
2020-05-19 23:25 ` Daniel Lezcano
2020-06-01 13:11 ` [tip: timers/core] clocksource/drivers/timer-ti-dm: Fix " tip-bot2 for Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).