From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163138AbbKTPdO (ORCPT ); Fri, 20 Nov 2015 10:33:14 -0500 Received: from mga01.intel.com ([192.55.52.88]:17239 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751747AbbKTPdN (ORCPT ); Fri, 20 Nov 2015 10:33:13 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,323,1444719600"; d="scan'208";a="604177483" Message-ID: <564F3E0E.1050300@intel.com> Date: Fri, 20 Nov 2015 17:36:46 +0200 From: Daniel Baluta User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Masanari Iida , linux-kernel@vger.kernel.org, lars@metafoo.de, Michael.Hennerich@analog.com, corbet@lwn.net Subject: Re: [PATCH] Doc: Docbook/iio: Fix typo in iio.tmpl References: <1448033470-28235-1-git-send-email-standby24x7@gmail.com> In-Reply-To: <1448033470-28235-1-git-send-email-standby24x7@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/20/2015 05:31 PM, Masanari Iida wrote: > This patch fix a spelling typo in iio.tmpl. > > Signed-off-by: Masanari Iida Acked-by: Daniel Baluta > --- > Documentation/DocBook/iio.tmpl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/DocBook/iio.tmpl b/Documentation/DocBook/iio.tmpl > index 98be322..f525bf5 100644 > --- a/Documentation/DocBook/iio.tmpl > +++ b/Documentation/DocBook/iio.tmpl > @@ -458,7 +458,7 @@ > .scan_type = { > .sign = 's', > .realbits = 12, > - .storgebits = 16, > + .storagebits = 16, > .shift = 4, > .endianness = IIO_LE, > }, >