2015-11-20 15:30:53

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] Doc: Docbook/iio: Fix typo in iio.tmpl

This patch fix a spelling typo in iio.tmpl.

Signed-off-by: Masanari Iida <[email protected]>
---
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


2015-11-20 15:33:14

by Daniel Baluta

[permalink] [raw]
Subject: Re: [PATCH] Doc: Docbook/iio: Fix typo in iio.tmpl



On 11/20/2015 05:31 PM, Masanari Iida wrote:
> This patch fix a spelling typo in iio.tmpl.
>
> Signed-off-by: Masanari Iida <[email protected]>

Acked-by: Daniel Baluta <[email protected]>

> ---
> 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,
> },
>

2015-11-21 00:09:37

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Doc: Docbook/iio: Fix typo in iio.tmpl

On Sat, 21 Nov 2015 00:31:10 +0900
Masanari Iida <[email protected]> wrote:

> This patch fix a spelling typo in iio.tmpl.

Applied to the docs tree, thanks.

jon