Commit 34d9841b authored by Jason Wang's avatar Jason Wang Committed by Bartosz Golaszewski

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: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
parent 1d96b8f6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment