diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-11-07 16:50:01 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-01-03 11:32:42 +0300 |
commit | a54e950fdec3cde98caa04bc601cbdc95d0d319c (patch) | |
tree | 0713b79b9d00227822db87983c62821cfd3e8532 /include/linux/mfd/tmio.h | |
parent | a177276aa098aa47a100d51a13eaaef029604b6d (diff) | |
download | linux-a54e950fdec3cde98caa04bc601cbdc95d0d319c.tar.xz |
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>
Diffstat (limited to 'include/linux/mfd/tmio.h')
-rw-r--r-- | include/linux/mfd/tmio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index 1e70060c92ce..aa696bcb1d12 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); |