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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;