[PATCH 0096/1529] Fix typo
Andrea Gelmini
andrea.gelmini at gelma.net
Sat May 21 04:49:12 PDT 2016
Signed-off-by: Andrea Gelmini <andrea.gelmini at gelma.net>
---
arch/arm/mach-imx/hardware.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h
index d737f95..026441c 100644
--- a/arch/arm/mach-imx/hardware.h
+++ b/arch/arm/mach-imx/hardware.h
@@ -121,7 +121,7 @@
.type = _type, \
}
-/* There's a off-by-one betweem the gpio bank number and the gpiochip */
+/* There's a 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))
--
2.8.2.534.g1f66975
More information about the linux-arm-kernel
mailing list