diff mbox series

[trivial] mfd: tmio: Typo s/use use/use/

Message ID 20181107135001.14543-1-geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [trivial] mfd: tmio: Typo s/use use/use/ | expand

Commit Message

Geert Uytterhoeven Nov. 7, 2018, 1:50 p.m. UTC
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 include/linux/mfd/tmio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Nov. 8, 2018, 10:46 a.m. UTC | #1
On Wed, Nov 07, 2018 at 02:50:01PM +0100, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

> ---
>  include/linux/mfd/tmio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
> index 1e70060c92ce0a11..aa696bcb1d12e750 100644
> --- a/include/linux/mfd/tmio.h
> +++ b/include/linux/mfd/tmio.h
> @@ -83,7 +83,7 @@
>  /* Some controllers have a CBSY bit */
>  #define TMIO_MMC_HAVE_CBSY		BIT(11)
>  
> -/* Some controllers that support HS400 use use 4 taps while others use 8. */
> +/* Some controllers that support HS400 use 4 taps while others use 8. */
>  #define TMIO_MMC_HAVE_4TAP_HS400	BIT(13)
>  
>  int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base);
> -- 
> 2.17.1
>
Wolfram Sang Nov. 8, 2018, 11:09 a.m. UTC | #2
On Wed, Nov 07, 2018 at 02:50:01PM +0100, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

We will remove that flag somewhen in the future anyhow, but for now it
is good, me thinks.
Lee Jones Nov. 8, 2018, 1:08 p.m. UTC | #3
On Wed, 07 Nov 2018, Geert Uytterhoeven wrote:

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  include/linux/mfd/tmio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.
diff mbox series

Patch

diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index 1e70060c92ce0a11..aa696bcb1d12e750 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -83,7 +83,7 @@ 
 /* Some controllers have a CBSY bit */
 #define TMIO_MMC_HAVE_CBSY		BIT(11)
 
-/* Some controllers that support HS400 use use 4 taps while others use 8. */
+/* Some controllers that support HS400 use 4 taps while others use 8. */
 #define TMIO_MMC_HAVE_4TAP_HS400	BIT(13)
 
 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base);