Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: tmio: Typo s/use use/use/

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>

authored by

Geert Uytterhoeven and committed by
Lee Jones
a54e950f a177276a

+1 -1
+1 -1
include/linux/mfd/tmio.h
··· 83 83 /* Some controllers have a CBSY bit */ 84 84 #define TMIO_MMC_HAVE_CBSY BIT(11) 85 85 86 - /* Some controllers that support HS400 use use 4 taps while others use 8. */ 86 + /* Some controllers that support HS400 use 4 taps while others use 8. */ 87 87 #define TMIO_MMC_HAVE_4TAP_HS400 BIT(13) 88 88 89 89 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base);