projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d96b8f
)
gpio: sta2x11: fix typo in a comment
author
Jason Wang
<wangborong@cdjrlc.com>
Sun, 12 Dec 2021 03:13:35 +0000
(11:13 +0800)
committer
Bartosz Golaszewski
<brgl@bgdev.pl>
Fri, 17 Dec 2021 11:26:13 +0000
(12:26 +0100)
The double `all' in the comment in line 327 is repeated. Remove one
of them from the comment.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-sta2x11.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-sta2x11.c
b/drivers/gpio/gpio-sta2x11.c
index 392fcab06ab83b71992aebad11ea69e40a2a1cd1..e07cca0f8d35388dafd7a6374b95f054b07063cd 100644
(file)
--- a/
drivers/gpio/gpio-sta2x11.c
+++ b/
drivers/gpio/gpio-sta2x11.c
@@
-324,7
+324,7
@@
static int gsta_alloc_irq_chip(struct gsta_gpio *chip)
if (rv)
return rv;
- /* Set up all
all
128 interrupts: code from setup_generic_chip */
+ /* Set up all 128 interrupts: code from setup_generic_chip */
{
struct irq_chip_type *ct = gc->chip_types;
int i, j;