pinctrl: cherryview fixed typo in comment
authorChris Gorman <chrisjohgorman@gmail.com>
Tue, 26 Sep 2017 16:27:40 +0000 (12:27 -0400)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 27 Sep 2017 13:30:36 +0000 (15:30 +0200)
Fixed typo on comment for north_community.

Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-cherryview.c

index 04e929fd0ffee494cc744cf495e5acd9e437ea6b..8d50eaec95777e7693e383525bbd47042e7ecaab 100644 (file)
@@ -491,7 +491,7 @@ static const struct chv_community north_community = {
        .ngpio_ranges = ARRAY_SIZE(north_gpio_ranges),
        .ngpios = ARRAY_SIZE(north_pins),
        /*
-        * North community can benerate GPIO interrupts only for the first
+        * North community can generate GPIO interrupts only for the first
         * 8 interrupts. The upper half (8-15) can only be used to trigger
         * GPEs.
         */