Skip to content

Commit 78f85c7

Browse files
maquefelbrgl
authored andcommitted
gpio: ep93xx: Fix typo s/hierarchial/hierarchical
Fix typo in comment. Reviewed-by: Linus Walleij <[email protected]> Acked-by: Alexander Sverdlin <[email protected]> Signed-off-by: Nikita Shubin <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 193f1b7 commit 78f85c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio-ep93xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ static int ep93xx_gpio_add_bank(struct ep93xx_gpio_chip *egc,
388388

389389
/*
390390
* FIXME: convert this to use hierarchical IRQ support!
391-
* this requires fixing the root irqchip to be hierarchial.
391+
* this requires fixing the root irqchip to be hierarchical.
392392
*/
393393
girq->parent_handler = ep93xx_gpio_f_irq_handler;
394394
girq->num_parents = 8;

0 commit comments

Comments
 (0)