diff options
author | Martin Kaiser <martin@kaiser.cx> | 2016-09-02 10:34:40 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-09-05 10:36:19 +0800 |
commit | 3481bdce6516a1872f3ac0af43ba56d0e1ee3afa (patch) | |
tree | dce6fbf11eda7883207337054c5c037f230842e7 /arch/arm/mach-imx | |
parent | d37bac434cb815303e48f1357c76fa020e64c649 (diff) | |
download | linux-stable-3481bdce6516a1872f3ac0af43ba56d0e1ee3afa.tar.gz linux-stable-3481bdce6516a1872f3ac0af43ba56d0e1ee3afa.tar.bz2 linux-stable-3481bdce6516a1872f3ac0af43ba56d0e1ee3afa.zip |
ARM: imx: (trivial) fix typo and grammar
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Reviewed-by: Joshua Clayton <stillcompiling@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/hardware.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |