[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200618080212.16560-1-geert+renesas@glider.be>
Date: Thu, 18 Jun 2020 10:02:12 +0200
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>
Cc: Laurent Pinchart <laurent.pinchart+renesas@...asonboard.com>,
Magnus Damm <magnus.damm@...il.com>,
linux-kernel@...r.kernel.org, linux-renesas-soc@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH] clocksource: sh_cmt: Use "kHz" for kilohertz
"K" stands for "kelvin".
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
drivers/clocksource/sh_cmt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c
index 12ac75f7571f279e..760777458a9091cd 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.
--
2.17.1
Powered by blists - more mailing lists