diff options
author | Nikita Shubin <[email protected]> | 2021-02-09 16:31:08 +0300 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2021-02-15 11:43:34 +0100 |
commit | 78f85c73e63cc70003e19e2cbb7f9abdd883b1ab (patch) | |
tree | 30b59050a52af110742c903e3eb0ac0f82aa04e8 | |
parent | 193f1b746812b6a5c69164e0401487f63c5a47c8 (diff) |
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]>
-rw-r--r-- | drivers/gpio/gpio-ep93xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index a69bf3100f99..9760df7d1172 100644 --- a/drivers/gpio/gpio-ep93xx.c +++ b/drivers/gpio/gpio-ep93xx.c @@ -388,7 +388,7 @@ static int ep93xx_gpio_add_bank(struct ep93xx_gpio_chip *egc, /* * FIXME: convert this to use hierarchical IRQ support! - * this requires fixing the root irqchip to be hierarchial. + * this requires fixing the root irqchip to be hierarchical. */ girq->parent_handler = ep93xx_gpio_f_irq_handler; girq->num_parents = 8; |