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 <linus.walleij@linaro.org> Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
1 parent 193f1b7 commit 78f85c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)