Skip to content

Commit ac593e6

Browse files
Colin Ian Kingdlezcano
authored andcommitted
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 <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1f42241 commit ac593e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clocksource/timer-ti-dm-systimer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ static int __init dmtimer_systimer_init(struct device_node *np)
697697
dmtimer_systimer_select_best();
698698

699699
if (!clocksource && !clockevent) {
700-
pr_err("%s: unable to detectt system timers, update dtb?\n",
700+
pr_err("%s: unable to detect system timers, update dtb?\n",
701701
__func__);
702702

703703
return -EINVAL;

0 commit comments

Comments
 (0)