Re: [PATCH v2] cosmetic:fix typo in 'mmc write' example

2023-04-27 Thread Simon Glass
Hi Shirokov, On Wed, 26 Apr 2023 at 05:05, Shirokov Alexander wrote: > > On Tue, Apr 25, 2023 at 8:01 PM Simon Glass wrote: > > > > --- a/doc/usage/cmd/mmc.rst > > > +++ b/doc/usage/cmd/mmc.rst > > > @@ -216,7 +216,7 @@ The raw data can be read/written via 'mmc > > read/write' command: > > >

Re: [PATCH v2] cosmetic:fix typo in 'mmc write' example

2023-04-27 Thread Shirokov Alexander
On Thu, Apr 27, 2023 at 7:24 AM Heinrich Schuchardt wrote: > On 4/26/23 13:05, Shirokov Alexander wrote: > > On Tue, Apr 25, 2023 at 8:01 PM Simon Glass wrote: > > > >>> --- a/doc/usage/cmd/mmc.rst > >>> +++ b/doc/usage/cmd/mmc.rst > >>> @@ -216,7 +216,7 @@ The raw data can be read/written via '

Re: [PATCH v2] cosmetic:fix typo in 'mmc write' example

2023-04-26 Thread Heinrich Schuchardt
On 4/26/23 13:05, Shirokov Alexander wrote: On Tue, Apr 25, 2023 at 8:01 PM Simon Glass wrote: --- a/doc/usage/cmd/mmc.rst +++ b/doc/usage/cmd/mmc.rst @@ -216,7 +216,7 @@ The raw data can be read/written via 'mmc read/write' command: => mmc read 0x4000 0x5000 0x100 MMC read:

Re: [PATCH v2] cosmetic:fix typo in 'mmc write' example

2023-04-26 Thread Shirokov Alexander
On Tue, Apr 25, 2023 at 8:01 PM Simon Glass wrote: > > --- a/doc/usage/cmd/mmc.rst > > +++ b/doc/usage/cmd/mmc.rst > > @@ -216,7 +216,7 @@ The raw data can be read/written via 'mmc > read/write' command: > > => mmc read 0x4000 0x5000 0x100 > > MMC read: dev # 0, block # 20480, count

Re: [PATCH v2] cosmetic:fix typo in 'mmc write' example

2023-04-25 Thread Simon Glass
Hi Alexander, On Tue, 25 Apr 2023 at 04:00, Alexander Shirokov wrote: > > In the 'mmc write' command example, it writes 16 blocks (0x10). But the > output contains 256 (0x100) blocks. This patch fixes the mismatch. > > Signed-off-by: Alexander Shirokov > --- > doc/usage/cmd/mmc.rst | 2 +- > 1

[PATCH v2] cosmetic:fix typo in 'mmc write' example

2023-04-25 Thread Alexander Shirokov
In the 'mmc write' command example, it writes 16 blocks (0x10). But the output contains 256 (0x100) blocks. This patch fixes the mismatch. Signed-off-by: Alexander Shirokov --- doc/usage/cmd/mmc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/cmd/mmc.rst b/doc/u