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

Shirokov Alexander shirokovalexs at gmail.com
Wed Apr 26 13:05:27 CEST 2023


On Tue, Apr 25, 2023 at 8:01 PM Simon Glass <sjg at chromium.org> 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 0x40000000 0x5000 0x100
> >      MMC read: dev # 0, block # 20480, count 256 ... 256 blocks read: OK
> >
> > -    => mmc write 0x40000000 0x5000 0x10
> > +    => mmc write 0x40000000 0x5000 100
>
> Drop the other 0x things too?
>
> >      MMC write: dev # 0, block # 20480, count 256 ... 256 blocks
> written: OK
> >
>
> Regards,
> Simon
>

Hi Simon,
Sure. I'll do that. But one clarification before. Should I change 0x only in
"mmc write" line or change "mmc read" too, to keep the example consistent?

-- 
Regards,
Alexander


More information about the U-Boot mailing list