Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jason Wang and committed by
Bartosz Golaszewski
34d9841b 1d96b8f6

+1 -1
+1 -1
drivers/gpio/gpio-sta2x11.c
··· 324 324 if (rv) 325 325 return rv; 326 326 327 - /* Set up all all 128 interrupts: code from setup_generic_chip */ 327 + /* Set up all 128 interrupts: code from setup_generic_chip */ 328 328 { 329 329 struct irq_chip_type *ct = gc->chip_types; 330 330 int i, j;