diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-05-19 23:44:28 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-05-23 00:01:35 +0200 |
commit | ac593e62b0cfcbc53502be8b6c7e40fed8baff8c (patch) | |
tree | 4b3438127fc18cc1179fa204f439662c784900bd /drivers/clocksource | |
parent | 1f422417945d08731e2915e0addb976f11b3a85a (diff) | |
download | linux-stable-ac593e62b0cfcbc53502be8b6c7e40fed8baff8c.tar.gz linux-stable-ac593e62b0cfcbc53502be8b6c7e40fed8baff8c.tar.bz2 linux-stable-ac593e62b0cfcbc53502be8b6c7e40fed8baff8c.zip |
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
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/timer-ti-dm-systimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-ti-dm-systimer.c b/drivers/clocksource/timer-ti-dm-systimer.c index 7da998d0dd58..6fd1f219a512 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; |