From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1166616AbdDXITn (ORCPT ); Mon, 24 Apr 2017 04:19:43 -0400 Received: from esa3.microchip.iphmx.com ([68.232.153.233]:43208 "EHLO esa3.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1166575AbdDXITk (ORCPT ); Mon, 24 Apr 2017 04:19:40 -0400 X-IronPort-AV: E=Sophos;i="5.37,243,1488870000"; d="scan'208";a="1869119" Subject: Re: [PATCH] ARM: at91/at91-pinctrl documentation: fix spelling mistake: "contoller" -> "controller" To: Colin King , Linus Walleij , Rob Herring , Mark Rutland , , References: <20170421120713.4939-1-colin.king@canonical.com> CC: , From: Nicolas Ferre Organization: microchip Message-ID: Date: Mon, 24 Apr 2017 10:19:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170421120713.4939-1-colin.king@canonical.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 21/04/2017 à 14:07, Colin King a écrit : > From: Colin Ian King > > trivial fix to spelling mistake in documentation > > Signed-off-by: Colin Ian King Acked-by: Nicolas Ferre > --- > Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt > index 9a8a45d9d8ab..590e60378be3 100644 > --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt > +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt > @@ -4,7 +4,7 @@ The AT91 Pinmux Controller, enables the IC > to share one PAD to several functional blocks. The sharing is done by > multiplexing the PAD input/output signals. For each PAD there are up to > 8 muxing options (called periph modes). Since different modules require > -different PAD settings (like pull up, keeper, etc) the contoller controls > +different PAD settings (like pull up, keeper, etc) the controller controls > also the PAD settings parameters. > > Please refer to pinctrl-bindings.txt in this directory for details of the > -- Nicolas Ferre