projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
726a445
)
gpio: vx855: fixed a typo
author
Sachin agarwal
<asachin591@gmail.com>
Sun, 12 Jan 2020 14:33:12 +0000
(20:03 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 15 Jan 2020 12:45:01 +0000
(13:45 +0100)
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>
drivers/gpio/gpio-vx855.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-vx855.c
b/drivers/gpio/gpio-vx855.c
index 4ff146ca32fecad74be7c13e35fec281e424ccfa..3bf397b8dfbc7d7bfb80695fe47703a28e8cd6be 100644
(file)
--- 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 betwee
n
numeric GPIO ID and the actual GPIO hardware numbering:
* 0..13 GPI 0..13
* 14..26 GPO 0..12
* 27..41 GPIO 0..14