pinctrl: cherryview: Fix spelling mistake in the comment
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 23 Oct 2019 13:32:03 +0000 (16:32 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 30 Oct 2019 14:05:18 +0000 (16:05 +0200)
One spelling mistake is being fixed: benerate -> generate.
It is a complimentary fix to the commit 505485a83c55 ("pinctrl:
cherryview fixed typo in comment").

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-cherryview.c

index c31266e..5af6b20 100644 (file)
@@ -377,7 +377,7 @@ static const struct chv_community southwest_community = {
        .gpio_ranges = southwest_gpio_ranges,
        .ngpio_ranges = ARRAY_SIZE(southwest_gpio_ranges),
        /*
-        * Southwest community can benerate GPIO interrupts only for the
+        * Southwest community can generate GPIO interrupts only for the
         * first 8 interrupts. The upper half (8-15) can only be used to
         * trigger GPEs.
         */