From: Jason Wang Date: Sun, 12 Dec 2021 03:13:35 +0000 (+0800) Subject: gpio: sta2x11: fix typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34d9841b4b7bbfa60149417605f6368b4cfb4523;p=linux.git 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 Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-sta2x11.c b/drivers/gpio/gpio-sta2x11.c index 392fcab06ab83..e07cca0f8d353 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;