diff options
author | Sachin agarwal <asachin591@gmail.com> | 2020-01-12 20:03:12 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-01-15 13:45:01 +0100 |
commit | e81ccba69549630838f8e40cd3369607db8613c9 (patch) | |
tree | 8a0b8e7490e8de849f8c0154ff3a6dcd178d1cf2 /drivers/gpio | |
parent | 726a44531a8f90fb3dc01e1e9b578e767bf0738b (diff) |
gpio: vx855: fixed a typo
we had written "betwee" rather than "between".
Signed-off-by: Sachin agarwal <asachin591@gmail.com>
Link: https://lore.kernel.org/r/20200112143312.66048-1-sachinagarwal@sachins-MacBook-2.local
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-vx855.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-vx855.c b/drivers/gpio/gpio-vx855.c index 4ff146ca32fe..3bf397b8dfbc 100644 --- a/drivers/gpio/gpio-vx855.c +++ b/drivers/gpio/gpio-vx855.c @@ -71,7 +71,7 @@ static inline u_int32_t gpio_o_bit(int i) return 1 << (i + 13); } -/* Mapping betwee numeric GPIO ID and the actual GPIO hardware numbering: +/* Mapping between numeric GPIO ID and the actual GPIO hardware numbering: * 0..13 GPI 0..13 * 14..26 GPO 0..12 * 27..41 GPIO 0..14 |