From: Geert Uytterhoeven Date: Thu, 18 Jun 2020 08:02:12 +0000 (+0200) Subject: clocksource/drivers/sh_cmt: Use "kHz" for kilohertz X-Git-Tag: v5.9-rc1~156^2~1^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad7794d4dd0c3f03a81a0dbec3e9e3906edb9893;p=thirdparty%2Fkernel%2Flinux.git clocksource/drivers/sh_cmt: Use "kHz" for kilohertz "K" stands for "kelvin". Signed-off-by: Geert Uytterhoeven Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/20200618080212.16560-1-geert+renesas@glider.be --- diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c index 12ac75f7571f2..760777458a909 100644 --- 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 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.