diff options
author | Randy Dunlap <[email protected]> | 2020-07-25 17:22:12 -0700 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2020-08-19 10:24:26 +0300 |
commit | ef4d0a80c6140146b20413559ab1d8c0807b51d0 (patch) | |
tree | e326971d93835534979842e06ec860665db3d3ba | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) |
arm: mach-omap1: mux.h: delete duplicate word
Drop the repeated word "is".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Aaro Koskinen <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: [email protected]
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/mach-omap1/include/mach/mux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/include/mach/mux.h b/arch/arm/mach-omap1/include/mach/mux.h index adfe1f6bd0c5..3f6dc55d9898 100644 --- a/arch/arm/mach-omap1/include/mach/mux.h +++ b/arch/arm/mach-omap1/include/mach/mux.h @@ -88,7 +88,7 @@ * OMAP730/850 has a slightly different config for the pin mux. * - config regs are the OMAP7XX_IO_CONF_x regs (see omap7xx.h) regs and * not the FUNC_MUX_CTRL_x regs from hardware.h - * - for pull-up/down, only has one enable bit which is is in the same register + * - for pull-up/down, only has one enable bit which is in the same register * as mux config */ #define MUX_CFG_7XX(desc, mux_reg, mode_offset, mode, \ |