All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: sh_mmcif: Use "kHz" for kilohertz
@ 2020-06-18  8:03 Geert Uytterhoeven
  2020-07-06 14:48 ` Ulf Hansson
  2020-07-06 14:50 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-06-18  8:03 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Wolfram Sang, linux-mmc, linux-renesas-soc, Geert Uytterhoeven

"K" stands for "kelvin".

While at it, make the spacing before units consistent.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/mmc/host/sh_mmcif.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mmc/host/sh_mmcif.c b/drivers/mmc/host/sh_mmcif.c
index 7e1fd557109c0476..9f53634aa41184c8 100644
--- a/drivers/mmc/host/sh_mmcif.c
+++ b/drivers/mmc/host/sh_mmcif.c
@@ -191,9 +191,9 @@
 				 STS2_AC12BSYTO | STS2_RSPBSYTO |	\
 				 STS2_AC12RSPTO | STS2_RSPTO)
 
-#define CLKDEV_EMMC_DATA	52000000 /* 52MHz */
-#define CLKDEV_MMC_DATA		20000000 /* 20MHz */
-#define CLKDEV_INIT		400000   /* 400 KHz */
+#define CLKDEV_EMMC_DATA	52000000 /* 52 MHz */
+#define CLKDEV_MMC_DATA		20000000 /* 20 MHz */
+#define CLKDEV_INIT		400000   /* 400 kHz */
 
 enum sh_mmcif_state {
 	STATE_IDLE,
-- 
2.17.1


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

* Re: [PATCH] mmc: sh_mmcif: Use "kHz" for kilohertz
  2020-06-18  8:03 [PATCH] mmc: sh_mmcif: Use "kHz" for kilohertz Geert Uytterhoeven
@ 2020-07-06 14:48 ` Ulf Hansson
  2020-07-06 14:50 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2020-07-06 14:48 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Wolfram Sang, linux-mmc, Linux-Renesas

On Thu, 18 Jun 2020 at 10:03, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> "K" stands for "kelvin".
>
> While at it, make the spacing before units consistent.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/sh_mmcif.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mmc/host/sh_mmcif.c b/drivers/mmc/host/sh_mmcif.c
> index 7e1fd557109c0476..9f53634aa41184c8 100644
> --- a/drivers/mmc/host/sh_mmcif.c
> +++ b/drivers/mmc/host/sh_mmcif.c
> @@ -191,9 +191,9 @@
>                                  STS2_AC12BSYTO | STS2_RSPBSYTO |       \
>                                  STS2_AC12RSPTO | STS2_RSPTO)
>
> -#define CLKDEV_EMMC_DATA       52000000 /* 52MHz */
> -#define CLKDEV_MMC_DATA                20000000 /* 20MHz */
> -#define CLKDEV_INIT            400000   /* 400 KHz */
> +#define CLKDEV_EMMC_DATA       52000000 /* 52 MHz */
> +#define CLKDEV_MMC_DATA                20000000 /* 20 MHz */
> +#define CLKDEV_INIT            400000   /* 400 kHz */
>
>  enum sh_mmcif_state {
>         STATE_IDLE,
> --
> 2.17.1
>

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

* Re: [PATCH] mmc: sh_mmcif: Use "kHz" for kilohertz
  2020-06-18  8:03 [PATCH] mmc: sh_mmcif: Use "kHz" for kilohertz Geert Uytterhoeven
  2020-07-06 14:48 ` Ulf Hansson
@ 2020-07-06 14:50 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2020-07-06 14:50 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Ulf Hansson, linux-mmc, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

On Thu, Jun 18, 2020 at 10:03:21AM +0200, Geert Uytterhoeven wrote:
> "K" stands for "kelvin".
> 
> While at it, make the spacing before units consistent.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-07-06 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  8:03 [PATCH] mmc: sh_mmcif: Use "kHz" for kilohertz Geert Uytterhoeven
2020-07-06 14:48 ` Ulf Hansson
2020-07-06 14:50 ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.