From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163115AbbKTPax (ORCPT ); Fri, 20 Nov 2015 10:30:53 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:36200 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751335AbbKTPav (ORCPT ); Fri, 20 Nov 2015 10:30:51 -0500 From: Masanari Iida To: linux-kernel@vger.kernel.org, lars@metafoo.de, Michael.Hennerich@analog.com, corbet@lwn.net, daniel.baluta@intel.com Cc: Masanari Iida Subject: [PATCH] Doc: Docbook/iio: Fix typo in iio.tmpl Date: Sat, 21 Nov 2015 00:31:10 +0900 Message-Id: <1448033470-28235-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.6.3.368.gf34be46 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix a spelling typo in iio.tmpl. Signed-off-by: Masanari Iida --- 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, }, -- 2.6.3.368.gf34be46