projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b417260
)
fix cmd_mmc.c, line 136 missing "
author
Reinhard Meyer
<u-boot@emk-elektronik.de>
Mon, 9 Aug 2010 15:30:51 +0000
(17:30 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 10 Aug 2010 07:43:26 +0000
(09:43 +0200)
Remove warning for missing " at the end of line 136
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
common/cmd_mmc.c
patch
|
blob
|
history
diff --git
a/common/cmd_mmc.c
b/common/cmd_mmc.c
index a6ed6a84e8dfd5ab7d8f24338b81e1f7a9f118a5..c0b30d8b865fb8ee1f5d141933a98779a46f11f2 100644
(file)
--- a/
common/cmd_mmc.c
+++ b/
common/cmd_mmc.c
@@
-133,7
+133,7
@@
int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD(
mmcinfo, 2, 0, do_mmcinfo,
"display MMC info",
- "<dev num>\n
+ "<dev num>\n
"
" - device number of the device to dislay info of\n"
""
);