mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] state: Documentation: fix typo
@ 2018-01-19 10:20 Ulrich Ölmann
  2018-01-19 16:25 ` Roland Hieber
  2018-01-22  7:30 ` Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Ulrich Ölmann @ 2018-01-19 10:20 UTC (permalink / raw)
  To: Barebox List

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 cebb5f82879a..4be5f2f6bd7e 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
@@ -64,7 +64,7 @@ Optional Properties
 
 The ``backend-stridesize`` is still optional but required whenever the
 underlaying backend doesn't provide an information how to pad an instance of a
-*state* variable set. This is valid for all underlaying backends which supports
+*state* variable set. This is valid for all underlaying backends which support
 writes on a byte-by-byte manner or don't have eraseblocks (EEPROM, SRAM and NOR
 type flash backends).
 The ``backend-stridesize`` value is used by the ``direct`` backend storage type
-- 
2.11.0


_______________________________________________
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] state: Documentation: fix typo
  2018-01-19 10:20 [PATCH] state: Documentation: fix typo Ulrich Ölmann
@ 2018-01-19 16:25 ` Roland Hieber
  2018-01-22  7:37   ` Ulrich Ölmann
  2018-01-22  7:30 ` Sascha Hauer
  1 sibling, 1 reply; 4+ messages in thread
From: Roland Hieber @ 2018-01-19 16:25 UTC (permalink / raw)
  To: barebox

On 19.01.2018 11:20, 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 cebb5f82879a..4be5f2f6bd7e 100644
> --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
> +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
> @@ -64,7 +64,7 @@ Optional Properties
>  
>  The ``backend-stridesize`` is still optional but required whenever the
>  underlaying backend doesn't provide an information how to pad an instance of a
> -*state* variable set. This is valid for all underlaying backends which supports
> +*state* variable set. This is valid for all underlaying backends which support

Could please also fix this line so it says "underlying"? :-)

 - Roland

>  writes on a byte-by-byte manner or don't have eraseblocks (EEPROM, SRAM and NOR
>  type flash backends).
>  The ``backend-stridesize`` value is used by the ``direct`` backend storage type
> 


-- 
Pengutronix e.K.                  | Roland Hieber               |
Industrial Linux Solutions        | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
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] state: Documentation: fix typo
  2018-01-19 10:20 [PATCH] state: Documentation: fix typo Ulrich Ölmann
  2018-01-19 16:25 ` Roland Hieber
@ 2018-01-22  7:30 ` Sascha Hauer
  1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2018-01-22  7:30 UTC (permalink / raw)
  To: Ulrich Ölmann; +Cc: Barebox List

On Fri, Jan 19, 2018 at 11:20:26AM +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 cebb5f82879a..4be5f2f6bd7e 100644
> --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
> +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
> @@ -64,7 +64,7 @@ Optional Properties
>  
>  The ``backend-stridesize`` is still optional but required whenever the
>  underlaying backend doesn't provide an information how to pad an instance of a
> -*state* variable set. This is valid for all underlaying backends which supports
> +*state* variable set. This is valid for all underlaying backends which support

Applied, thanks

Fixed underlaying -> underlying in another patch.

Sascha

>  writes on a byte-by-byte manner or don't have eraseblocks (EEPROM, SRAM and NOR
>  type flash backends).
>  The ``backend-stridesize`` value is used by the ``direct`` backend storage type
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
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] state: Documentation: fix typo
  2018-01-19 16:25 ` Roland Hieber
@ 2018-01-22  7:37   ` Ulrich Ölmann
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Ölmann @ 2018-01-22  7:37 UTC (permalink / raw)
  To: barebox

On Fri, Jan 19, 2018 at 05:25:02PM +0100, Roland Hieber wrote:
> On 19.01.2018 11:20, 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 cebb5f82879a..4be5f2f6bd7e 100644
> > --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
> > +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
> > @@ -64,7 +64,7 @@ Optional Properties
> >  
> >  The ``backend-stridesize`` is still optional but required whenever the
> >  underlaying backend doesn't provide an information how to pad an instance of a
> > -*state* variable set. This is valid for all underlaying backends which supports
> > +*state* variable set. This is valid for all underlaying backends which support
> 
> Could please also fix this line so it says "underlying"? :-)

Oh yes, of course - the last word in the line attracted my eyes so strongly that
I did not recognize your finding.

Best regards
Ulrich
-- 
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:[~2018-01-22  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-19 10:20 [PATCH] state: Documentation: fix typo Ulrich Ölmann
2018-01-19 16:25 ` Roland Hieber
2018-01-22  7:37   ` Ulrich Ölmann
2018-01-22  7:30 ` Sascha Hauer

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