commit | a9804be86858cf7ee3e39e6a371ecd56da517ce8 | [log] [tgz] |
---|---|---|
author | Reinhard Meyer <u-boot@emk-elektronik.de> | Mon Aug 09 17:30:51 2010 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Aug 10 09:43:26 2010 +0200 |
tree | 797932da1b51de7c767fe9bf53fb4059426bbf56 | |
parent | b417260d871d4d8d336c160d95ed40cc8c0fb0fa [diff] [blame] |
fix cmd_mmc.c, line 136 missing " Remove warning for missing " at the end of line 136 Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index a6ed6a8..c0b30d8 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c
@@ -133,7 +133,7 @@ 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" "" );