Commit 3481bdce authored by Martin Kaiser's avatar Martin Kaiser Committed by Shawn Guo

ARM: imx: (trivial) fix typo and grammar

Signed-off-by: default avatarMartin Kaiser <martin@kaiser.cx>
Reviewed-by: default avatarJoshua Clayton <stillcompiling@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d37bac43
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment