Message ID | 20210208085954.30050-6-nikita.shubin@maquefel.me |
---|---|
State | Accepted |
Commit | 78f85c73e63cc70003e19e2cbb7f9abdd883b1ab |
Headers | show |
Series | [v5,1/7] gpio: ep93xx: fix BUG_ON port F usage | expand |
diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index f8b21e1d55ed..9ac8a8b830c1 100644 --- a/drivers/gpio/gpio-ep93xx.c +++ b/drivers/gpio/gpio-ep93xx.c @@ -395,7 +395,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;