projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d0812
)
clocksource/drivers/sh_cmt: Use "kHz" for kilohertz
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 18 Jun 2020 08:02:12 +0000
(10:02 +0200)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Thu, 23 Jul 2020 14:57:43 +0000
(16:57 +0200)
"K" stands for "kelvin".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link:
https://lore.kernel.org/r/20200618080212.16560-1-geert+renesas@glider.be
drivers/clocksource/sh_cmt.c
patch
|
blob
|
history
diff --git
a/drivers/clocksource/sh_cmt.c
b/drivers/clocksource/sh_cmt.c
index
12ac75f
..
7607774
100644
(file)
--- a/
drivers/clocksource/sh_cmt.c
+++ b/
drivers/clocksource/sh_cmt.c
@@
-349,7
+349,7
@@
static int sh_cmt_enable(struct sh_cmt_channel *ch)
/*
* According to the sh73a0 user's manual, as CMCNT can be operated
- * only by the RCLK (Pseudo 32
K
Hz), there's one restriction on
+ * only by the RCLK (Pseudo 32
k
Hz), there's one restriction on
* modifying CMCNT register; two RCLK cycles are necessary before
* this register is either read or any modification of the value
* it holds is reflected in the LSI's actual operation.