From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968847AbdIZQ2R (ORCPT ); Tue, 26 Sep 2017 12:28:17 -0400 Received: from mail-io0-f193.google.com ([209.85.223.193]:38434 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966562AbdIZQ2P (ORCPT ); Tue, 26 Sep 2017 12:28:15 -0400 X-Google-Smtp-Source: AOwi7QAW7ocwkLVr8V1SwF3bdrWOxAWJZvr6rKCnT/oIOQaOKYug999righceEL8RqrXjkRYS9UPtA== From: Chris Gorman To: mika.westerberg@linux.intel.com Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Gorman Subject: [PATCH] pinctrl: cherryview fixed typo in comment Date: Tue, 26 Sep 2017 12:27:40 -0400 Message-Id: <1506443260-6758-1-git-send-email-chrisjohgorman@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed typo on comment for north_community. Signed-off-by: Chris Gorman --- 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