mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
1d96b8f635
commit
34d9841b4b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user