Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1474724

[PATCH] ARM: imx: (trivial) fix a typo

From Martin Kaiser <martin@kaiser.cx>
Newsgroups linux.kernel
Subject [PATCH] ARM: imx: (trivial) fix a typo
Date 2016-09-02 00:00 +0200
Message-ID <scIbD-7ol-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Martin Kaiser <martin@kaiser.cx>
---
 arch/arm/mach-imx/hardware.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h
index a42a6df..2810ffc 100644
--- a/arch/arm/mach-imx/hardware.h
+++ b/arch/arm/mach-imx/hardware.h
@@ -120,7 +120,7 @@
 	.type = _type,							\
 }
 
-/* There's a off-by-one betweem the gpio bank number and the gpiochip */
+/* There's a off-by-one between the gpio bank number and the gpiochip */
 /* range e.g. GPIO_1_5 is gpio 5 under linux */
 #define IMX_GPIO_NR(bank, nr)		(((bank) - 1) * 32 + (nr))
 
-- 
1.7.10.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ARM: imx: (trivial) fix a typo Martin Kaiser <martin@kaiser.cx> - 2016-09-02 00:00 +0200
  Re: [PATCH] ARM: imx: (trivial) fix a typo Joshua Clayton <stillcompiling@gmail.com> - 2016-09-02 03:20 +0200
    [PATCH] ARM: imx: (trivial) fix typo and grammar Martin Kaiser <martin@kaiser.cx> - 2016-09-02 10:40 +0200
      Re: [PATCH] ARM: imx: (trivial) fix typo and grammar Joshua Clayton <stillcompiling@gmail.com> - 2016-09-02 14:50 +0200
      Re: [PATCH] ARM: imx: (trivial) fix typo and grammar Shawn Guo <shawnguo@kernel.org> - 2016-09-05 04:40 +0200

csiph-web