From: Martin Kaiser Date: Fri, 2 Sep 2016 08:34:40 +0000 (+0200) Subject: ARM: imx: (trivial) fix typo and grammar X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3481bdce6516a1872f3ac0af43ba56d0e1ee3afa;p=linux-beck.git ARM: imx: (trivial) fix typo and grammar Signed-off-by: Martin Kaiser Reviewed-by: Joshua Clayton Signed-off-by: Shawn Guo --- diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h index a42a6dfcbd6a..90e10cbd8fd1 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 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))