提交 a9804be8 编写于 作者: R Reinhard Meyer 提交者: Stefano Babic

fix cmd_mmc.c, line 136 missing "

Remove warning for missing " at the end of line 136
Signed-off-by: NReinhard Meyer <u-boot@emk-elektronik.de>
上级 b417260d
......@@ -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"
""
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册