提交 3481bdce 编写于 作者: M Martin Kaiser 提交者: Shawn Guo

ARM: imx: (trivial) fix typo and grammar

Signed-off-by: NMartin Kaiser <martin@kaiser.cx>
Reviewed-by: NJoshua Clayton <stillcompiling@gmail.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册