Skip to content

Commit

Permalink
clocksource/drivers/sh_cmt: Use "kHz" for kilohertz
Browse files Browse the repository at this point in the history
"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
  • Loading branch information
Geert Uytterhoeven authored and Daniel Lezcano committed Jul 23, 2020
1 parent a6d0812 commit ad7794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/sh_cmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 KHz), there's one restriction on
* only by the RCLK (Pseudo 32 kHz), 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.
Expand Down

0 comments on commit ad7794d

Please sign in to comment.