]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
gpio: ep93xx: Fix typo s/hierarchial/hierarchical
authorNikita Shubin <nikita.shubin@maquefel.me>
Tue, 9 Feb 2021 13:31:08 +0000 (16:31 +0300)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 15 Feb 2021 10:43:34 +0000 (11:43 +0100)
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>
drivers/gpio/gpio-ep93xx.c

index a69bf3100f99c0114af3770cb9a2c6035e78f8c2..9760df7d1172d588e5031cc764e2677881a0b238 100644 (file)
@@ -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;