mfd: tmio: Typo s/use use/use/
authorGeert Uytterhoeven <[email protected]>
Wed, 7 Nov 2018 13:50:01 +0000 (14:50 +0100)
committerLee Jones <[email protected]>
Thu, 3 Jan 2019 08:32:42 +0000 (08:32 +0000)
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Wolfram Sang <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
include/linux/mfd/tmio.h

index 1e70060c92ce0a1137fc2877d75576910e8eb142..aa696bcb1d12e7503ed3c8a2f948519322e013ad 100644 (file)
@@ -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);