mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] docs: fix typos
@ 2016-02-04  7:25 Ulrich Ölmann
  2016-02-04  7:46 ` Sascha Hauer
  2016-02-04  8:17 ` Marc Kleine-Budde
  0 siblings, 2 replies; 4+ messages in thread
From: Ulrich Ölmann @ 2016-02-04  7:25 UTC (permalink / raw)
  To: barebox

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 Documentation/devicetree/bindings/barebox/barebox,state.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
index d1b0627..5643edc 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
@@ -43,7 +43,7 @@ Variable nodes
 
 These are subnodes of a state node each describing a single
 variable. The node name may end with ``@<ADDRESS>``, but the suffix is
-sripped from the variable name.
+ripped from the variable name.
 
 State variables have a type. Currenty supported types are: ``uint8``,
 ``uint32``, ``enum32``, ``mac`` address or ``string``. Variable length
-- 
2.7.0.rc3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fix typos
  2016-02-04  7:25 [PATCH] docs: fix typos Ulrich Ölmann
@ 2016-02-04  7:46 ` Sascha Hauer
  2016-02-04  8:17 ` Marc Kleine-Budde
  1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2016-02-04  7:46 UTC (permalink / raw)
  To: Ulrich Ölmann; +Cc: barebox

On Thu, Feb 04, 2016 at 08:25:24AM +0100, Ulrich Ölmann wrote:
> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> ---
>  Documentation/devicetree/bindings/barebox/barebox,state.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
> index d1b0627..5643edc 100644
> --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
> +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fix typos
  2016-02-04  7:25 [PATCH] docs: fix typos Ulrich Ölmann
  2016-02-04  7:46 ` Sascha Hauer
@ 2016-02-04  8:17 ` Marc Kleine-Budde
  2016-02-04  8:33   ` Sascha Hauer
  1 sibling, 1 reply; 4+ messages in thread
From: Marc Kleine-Budde @ 2016-02-04  8:17 UTC (permalink / raw)
  To: Ulrich Ölmann, barebox


[-- Attachment #1.1: Type: text/plain, Size: 1273 bytes --]

On 02/04/2016 08:25 AM, Ulrich Ölmann wrote:
> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> ---
>  Documentation/devicetree/bindings/barebox/barebox,state.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
> index d1b0627..5643edc 100644
> --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
> +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
> @@ -43,7 +43,7 @@ Variable nodes
>  
>  These are subnodes of a state node each describing a single
>  variable. The node name may end with ``@<ADDRESS>``, but the suffix is
> -sripped from the variable name.
> +ripped from the variable name.

It should read "stripped"

>  
>  State variables have a type. Currenty supported types are: ``uint8``,
>  ``uint32``, ``enum32``, ``mac`` address or ``string``. Variable length
> 

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fix typos
  2016-02-04  8:17 ` Marc Kleine-Budde
@ 2016-02-04  8:33   ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2016-02-04  8:33 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: barebox

On Thu, Feb 04, 2016 at 09:17:04AM +0100, Marc Kleine-Budde wrote:
> On 02/04/2016 08:25 AM, Ulrich Ölmann wrote:
> > Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> > ---
> >  Documentation/devicetree/bindings/barebox/barebox,state.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
> > index d1b0627..5643edc 100644
> > --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
> > +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
> > @@ -43,7 +43,7 @@ Variable nodes
> >  
> >  These are subnodes of a state node each describing a single
> >  variable. The node name may end with ``@<ADDRESS>``, but the suffix is
> > -sripped from the variable name.
> > +ripped from the variable name.
> 
> It should read "stripped"

Indeed that sounds better. Fixed.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-04  8:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04  7:25 [PATCH] docs: fix typos Ulrich Ölmann
2016-02-04  7:46 ` Sascha Hauer
2016-02-04  8:17 ` Marc Kleine-Budde
2016-02-04  8:33   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox