summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-sta2x11.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-12-12 06:13:35 +0300
committerBartosz Golaszewski <brgl@bgdev.pl>2021-12-17 14:26:13 +0300
commit34d9841b4b7bbfa60149417605f6368b4cfb4523 (patch)
tree9b765a1907dcfc23871a5164ed38dafa8f139dbb /drivers/gpio/gpio-sta2x11.c
parent1d96b8f635d98748e251e8e9625cf42d81514425 (diff)
downloadlinux-34d9841b4b7bbfa60149417605f6368b4cfb4523.tar.xz
gpio: sta2x11: fix typo in a comment
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>
Diffstat (limited to 'drivers/gpio/gpio-sta2x11.c')
-rw-r--r--drivers/gpio/gpio-sta2x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-sta2x11.c b/drivers/gpio/gpio-sta2x11.c
index 392fcab06ab8..e07cca0f8d35 100644
--- 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;