The patch drops 0x prefixes because all numbers are interpreted as HEX
by default.
Also, it fixes the mismatch between input arguments and output at 'mmc
write' example. Now it's 256 (0x100) blocks.
Signed-off-by: Alexander Shirokov
---
doc/usage/cmd/mmc.rst | 4 ++--
1
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
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
3 matches
Mail list logo