diff mbox series

arm: mach-omap1: mux.h: delete duplicate word

Message ID 20200726002212.19896-1-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series arm: mach-omap1: mux.h: delete duplicate word | expand

Commit Message

Randy Dunlap July 26, 2020, 12:22 a.m. UTC
Drop the repeated word "is".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
---
 arch/arm/mach-omap1/include/mach/mux.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tony Lindgren Aug. 19, 2020, 7:23 a.m. UTC | #1
* Randy Dunlap <rdunlap@infradead.org> [200726 03:22]:
> Drop the repeated word "is".

Thanks applying into omap-for-v5.9/omap1.

Tony
diff mbox series

Patch

--- linux-next-20200720.orig/arch/arm/mach-omap1/include/mach/mux.h
+++ linux-next-20200720/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,	\