projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e9343
)
gpio: ftgpio010: Fix small typo
author
Dejin Zheng
<zhengdejin5@gmail.com>
Fri, 24 Apr 2020 15:41:02 +0000
(23:41 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 28 Apr 2020 13:50:28 +0000
(15:50 +0200)
Fix a spelling typo in gpio-ftgpio010.c by codespell
s/desireable/desirable/
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Dejin Zheng <zhengdejin5@gmail.com>
Link:
https://lore.kernel.org/r/20200424154103.10311-2-zhengdejin5@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ftgpio010.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-ftgpio010.c
b/drivers/gpio/gpio-ftgpio010.c
index
fbddb16
..
4031164
100644
(file)
--- a/
drivers/gpio/gpio-ftgpio010.c
+++ b/
drivers/gpio/gpio-ftgpio010.c
@@
-193,7
+193,7
@@
static int ftgpio_gpio_set_config(struct gpio_chip *gc, unsigned int offset,
if (val == deb_div) {
/*
* The debounce timer happens to already be set to the
- * desir
e
able value, what a coincidence! We can just enable
+ * desirable value, what a coincidence! We can just enable
* debounce on this GPIO line and return. This happens more
* often than you think, for example when all GPIO keys
* on a system are requesting the same debounce interval.