From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968937AbdIZQcy (ORCPT ); Tue, 26 Sep 2017 12:32:54 -0400 Received: from mga07.intel.com ([134.134.136.100]:38870 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965387AbdIZQcw (ORCPT ); Tue, 26 Sep 2017 12:32:52 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,441,1500966000"; d="scan'208";a="1199231175" Date: Tue, 26 Sep 2017 19:32:44 +0300 From: Mika Westerberg To: Chris Gorman Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij Subject: Re: [PATCH] pinctrl: cherryview fixed typo in comment Message-ID: <20170926163244.GS4630@lahna.fi.intel.com> References: <1506443260-6758-1-git-send-email-chrisjohgorman@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1506443260-6758-1-git-send-email-chrisjohgorman@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 26, 2017 at 12:27:40PM -0400, Chris Gorman wrote: > Fixed typo on comment for north_community. > > Signed-off-by: Chris Gorman Looks perfect now, Acked-by: Mika Westerberg > --- > drivers/pinctrl/intel/pinctrl-cherryview.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c > index 04e929f..8d50eae 100644 > --- a/drivers/pinctrl/intel/pinctrl-cherryview.c > +++ b/drivers/pinctrl/intel/pinctrl-cherryview.c > @@ -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. > */ > -- > 2.7.4