ARM: imx: (trivial) fix typo and grammar
authorMartin Kaiser <martin@kaiser.cx>
Fri, 2 Sep 2016 08:34:40 +0000 (10:34 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Sep 2016 02:36:19 +0000 (10:36 +0800)
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Reviewed-by: Joshua Clayton <stillcompiling@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/hardware.h

index a42a6df..90e10cb 100644 (file)
        .type = _type,                                                  \
 }
 
-/* There's a off-by-one betweem the gpio bank number and the gpiochip */
+/* There's an 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))