gpio: sta2x11: fix typo in a comment
authorJason Wang <wangborong@cdjrlc.com>
Sun, 12 Dec 2021 03:13:35 +0000 (11:13 +0800)
committerBartosz 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

index 392fcab06ab83b71992aebad11ea69e40a2a1cd1..e07cca0f8d35388dafd7a6374b95f054b07063cd 100644 (file)
@@ -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;