Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752569AbbLKDpa (ORCPT ); Thu, 10 Dec 2015 22:45:30 -0500 Received: from mail.kernel.org ([198.145.29.136]:42492 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751779AbbLKDp2 (ORCPT ); Thu, 10 Dec 2015 22:45:28 -0500 Date: Thu, 10 Dec 2015 21:45:24 -0600 From: Rob Herring To: Karsten Merker Cc: Maxime Ripard , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dev@linux-sunxi.org, linux-kernel@vger.kernel.org, Hans de Goede , Ian Campbell Subject: Re: [PATCH 3/3] ARM: dts: sunxi: allwinner,sun4i-a10-lradc-keys binding: typo fix Message-ID: <20151211034524.GA6166@rob-hp-laptop> References: <1449779521-754-1-git-send-email-merker@debian.org> <1449779521-754-4-git-send-email-merker@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1449779521-754-4-git-send-email-merker@debian.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1364 Lines: 33 On Thu, Dec 10, 2015 at 09:32:01PM +0100, Karsten Merker wrote: > Trivial typo fix ("mut" -> "must") in the sunxi LRADC-keys binding > documentation. > > Signed-off-by: Karsten Merker Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt b/Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt > index b9c32f6..4357e49 100644 > --- a/Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt > +++ b/Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt > @@ -12,7 +12,7 @@ Each key is represented as a sub-node of "allwinner,sun4i-a10-lradc-keys": > Required subnode-properties: > - label: Descriptive name of the key. > - linux,code: Keycode to emit. > - - channel: Channel this key is attached to, mut be 0 or 1. > + - channel: Channel this key is attached to, must be 0 or 1. > - voltage: Voltage in ?V at lradc input when this key is pressed. > > Example: > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/