]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mfd: tmio: Typo s/use use/use/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 7 Nov 2018 13:50:01 +0000 (14:50 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 3 Jan 2019 08:32:42 +0000 (08:32 +0000)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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);