diff mbox series

[v1] pinctrl: cherryview: Fix spelling mistake in the comment

Message ID 20191023133203.61681-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1] pinctrl: cherryview: Fix spelling mistake in the comment | expand

Commit Message

Andy Shevchenko Oct. 23, 2019, 1:32 p.m. UTC
One spelling mistake is being fixed: benerate -> generate.
It is a complimentary fix to the commit 505485a83c55 ("pinctrl:
cherryview fixed typo in comment").

Fixes: 47c950d10202 ("pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domain")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/intel/pinctrl-cherryview.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mika Westerberg Oct. 24, 2019, 8:07 a.m. UTC | #1
On Wed, Oct 23, 2019 at 04:32:03PM +0300, Andy Shevchenko wrote:
> One spelling mistake is being fixed: benerate -> generate.
> It is a complimentary fix to the commit 505485a83c55 ("pinctrl:
> cherryview fixed typo in comment").
> 
> Fixes: 47c950d10202 ("pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domain")

I don't think fixes tag is needed for trivial typo fixes like this.

> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
diff mbox series

Patch

diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c
index c31266e70559..5af6b20f7334 100644
--- a/drivers/pinctrl/intel/pinctrl-cherryview.c
+++ b/drivers/pinctrl/intel/pinctrl-cherryview.c
@@ -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.
 	 */