projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d37bac4
)
ARM: imx: (trivial) fix typo and grammar
author
Martin Kaiser
<martin@kaiser.cx>
Fri, 2 Sep 2016 08:34:40 +0000
(10:34 +0200)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/hardware.h
b/arch/arm/mach-imx/hardware.h
index
a42a6df
..
90e10cb
100644
(file)
--- 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
n 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))