public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: dfu: fix typos in README.dfu
@ 2020-05-23 11:48 Heinrich Schuchardt
  2020-05-23 11:56 ` Andy Shevchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-05-23 11:48 UTC (permalink / raw)
  To: u-boot

Fix some typos.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/README.dfu | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/README.dfu b/doc/README.dfu
index 29230ec654..4b9f883540 100644
--- a/doc/README.dfu
+++ b/doc/README.dfu
@@ -48,12 +48,12 @@ Configuration Options:
   CONFIG_CMD_DFU

 Environment variables:
-  the dfu command use 3 environments variables:
+  the dfu command uses 3 environments variables:
   "dfu_alt_info" : the DFU setting for the USB download gadget with a semicolon
                    separated string of information on each alternate:
                    dfu_alt_info="<alt1>;<alt2>;....;<altN>"

-                   when only several device are used, the format is:
+                   when several devices are used, the format is:
                    - <interface> <dev>'='alternate list (';' separated)
                    - each interface is separated by '&'
                 dfu_alt_info=\
@@ -63,7 +63,7 @@ Environment variables:
                    "<interfaceI> <devI>=<altY+1>;....;<altZ>&"

   "dfu_bufsiz" : size of the DFU buffer, when absent, use
-                 CONFIG_SYS_DFU_DATA_BUF_SIZE (8MiB by default)
+                 CONFIG_SYS_DFU_DATA_BUF_SIZE (8 MiB by default)

   "dfu_hash_algo" : name of the hash algorithm to use

--
2.26.2

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

* [PATCH 1/1] doc: dfu: fix typos in README.dfu
  2020-05-23 11:48 [PATCH 1/1] doc: dfu: fix typos in README.dfu Heinrich Schuchardt
@ 2020-05-23 11:56 ` Andy Shevchenko
  2020-05-24  8:58 ` Lukasz Majewski
  2020-05-25 18:00 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2020-05-23 11:56 UTC (permalink / raw)
  To: u-boot

On Sat, May 23, 2020 at 2:48 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Fix some typos.

Yeah, with units it's a disaster in software. Thus, perhaps good to
add Link tag here in the commit message like

Link: https://physics.nist.gov/cuu/Units/checklist.html

>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/README.dfu | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/doc/README.dfu b/doc/README.dfu
> index 29230ec654..4b9f883540 100644
> --- a/doc/README.dfu
> +++ b/doc/README.dfu
> @@ -48,12 +48,12 @@ Configuration Options:
>    CONFIG_CMD_DFU
>
>  Environment variables:
> -  the dfu command use 3 environments variables:
> +  the dfu command uses 3 environments variables:
>    "dfu_alt_info" : the DFU setting for the USB download gadget with a semicolon
>                     separated string of information on each alternate:
>                     dfu_alt_info="<alt1>;<alt2>;....;<altN>"
>
> -                   when only several device are used, the format is:
> +                   when several devices are used, the format is:
>                     - <interface> <dev>'='alternate list (';' separated)
>                     - each interface is separated by '&'
>                  dfu_alt_info=\
> @@ -63,7 +63,7 @@ Environment variables:
>                     "<interfaceI> <devI>=<altY+1>;....;<altZ>&"
>
>    "dfu_bufsiz" : size of the DFU buffer, when absent, use
> -                 CONFIG_SYS_DFU_DATA_BUF_SIZE (8MiB by default)
> +                 CONFIG_SYS_DFU_DATA_BUF_SIZE (8 MiB by default)
>
>    "dfu_hash_algo" : name of the hash algorithm to use
>
> --
> 2.26.2
>


-- 
With Best Regards,
Andy Shevchenko

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

* [PATCH 1/1] doc: dfu: fix typos in README.dfu
  2020-05-23 11:48 [PATCH 1/1] doc: dfu: fix typos in README.dfu Heinrich Schuchardt
  2020-05-23 11:56 ` Andy Shevchenko
@ 2020-05-24  8:58 ` Lukasz Majewski
  2020-05-25 18:00 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Lukasz Majewski @ 2020-05-24  8:58 UTC (permalink / raw)
  To: u-boot

On Sat, 23 May 2020 13:48:07 +0200
Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:

> Fix some typos.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/README.dfu | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/README.dfu b/doc/README.dfu
> index 29230ec654..4b9f883540 100644
> --- a/doc/README.dfu
> +++ b/doc/README.dfu
> @@ -48,12 +48,12 @@ Configuration Options:
>    CONFIG_CMD_DFU
> 
>  Environment variables:
> -  the dfu command use 3 environments variables:
> +  the dfu command uses 3 environments variables:
>    "dfu_alt_info" : the DFU setting for the USB download gadget with
> a semicolon separated string of information on each alternate:
>                     dfu_alt_info="<alt1>;<alt2>;....;<altN>"
> 
> -                   when only several device are used, the format is:
> +                   when several devices are used, the format is:
>                     - <interface> <dev>'='alternate list (';'
> separated)
>                     - each interface is separated by '&'
>                  dfu_alt_info=\
> @@ -63,7 +63,7 @@ Environment variables:
>                     "<interfaceI> <devI>=<altY+1>;....;<altZ>&"
> 
>    "dfu_bufsiz" : size of the DFU buffer, when absent, use
> -                 CONFIG_SYS_DFU_DATA_BUF_SIZE (8MiB by default)
> +                 CONFIG_SYS_DFU_DATA_BUF_SIZE (8 MiB by default)
> 
>    "dfu_hash_algo" : name of the hash algorithm to use
> 
> --
> 2.26.2
> 

Acked-by: Lukasz Majewski <lukma@denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200524/cd798fd7/attachment.sig>

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

* [PATCH 1/1] doc: dfu: fix typos in README.dfu
  2020-05-23 11:48 [PATCH 1/1] doc: dfu: fix typos in README.dfu Heinrich Schuchardt
  2020-05-23 11:56 ` Andy Shevchenko
  2020-05-24  8:58 ` Lukasz Majewski
@ 2020-05-25 18:00 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-05-25 18:00 UTC (permalink / raw)
  To: u-boot

On Sat, May 23, 2020 at 01:48:07PM +0200, Heinrich Schuchardt wrote:

> Fix some typos.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Acked-by: Lukasz Majewski <lukma@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200525/c43a10b8/attachment.sig>

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

end of thread, other threads:[~2020-05-25 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-23 11:48 [PATCH 1/1] doc: dfu: fix typos in README.dfu Heinrich Schuchardt
2020-05-23 11:56 ` Andy Shevchenko
2020-05-24  8:58 ` Lukasz Majewski
2020-05-25 18:00 ` Tom Rini

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