linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clocksource: sh_cmt: Use "kHz" for kilohertz
@ 2020-06-18  8:02 Geert Uytterhoeven
  2020-07-23 19:09 ` [tip: timers/core] clocksource/drivers/sh_cmt: " tip-bot2 for Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-06-18  8:02 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner
  Cc: Laurent Pinchart, Magnus Damm, linux-kernel, linux-renesas-soc,
	Geert Uytterhoeven

"K" stands for "kelvin".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip: timers/core] clocksource/drivers/sh_cmt: Use "kHz" for kilohertz
  2020-06-18  8:02 [PATCH] clocksource: sh_cmt: Use "kHz" for kilohertz Geert Uytterhoeven
@ 2020-07-23 19:09 ` tip-bot2 for Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Geert Uytterhoeven @ 2020-07-23 19:09 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Geert Uytterhoeven, Daniel Lezcano, x86, LKML

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     ad7794d4dd0c3f03a81a0dbec3e9e3906edb9893
Gitweb:        https://git.kernel.org/tip/ad7794d4dd0c3f03a81a0dbec3e9e3906edb9893
Author:        Geert Uytterhoeven <geert+renesas@glider.be>
AuthorDate:    Thu, 18 Jun 2020 10:02:12 +02:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 23 Jul 2020 16:57:43 +02:00

clocksource/drivers/sh_cmt: Use "kHz" for kilohertz

"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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c
index 12ac75f..7607774 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.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-23 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  8:02 [PATCH] clocksource: sh_cmt: Use "kHz" for kilohertz Geert Uytterhoeven
2020-07-23 19:09 ` [tip: timers/core] clocksource/drivers/sh_cmt: " tip-bot2 for Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).