Skip to content

Commit ad7794d

Browse files
geertudlezcano
authored andcommitted
clocksource/drivers/sh_cmt: Use "kHz" for kilohertz
"K" stands for "kelvin". Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a6d0812 commit ad7794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clocksource/sh_cmt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ static int sh_cmt_enable(struct sh_cmt_channel *ch)
349349

350350
/*
351351
* According to the sh73a0 user's manual, as CMCNT can be operated
352-
* only by the RCLK (Pseudo 32 KHz), there's one restriction on
352+
* only by the RCLK (Pseudo 32 kHz), there's one restriction on
353353
* modifying CMCNT register; two RCLK cycles are necessary before
354354
* this register is either read or any modification of the value
355355
* it holds is reflected in the LSI's actual operation.

0 commit comments

Comments
 (0)