Skip to content
Snippets Groups Projects
Commit a9804be8 authored by Reinhard Meyer's avatar Reinhard Meyer Committed by Stefano Babic
Browse files

fix cmd_mmc.c, line 136 missing "


Remove warning for missing " at the end of line 136

Signed-off-by: default avatarReinhard Meyer <u-boot@emk-elektronik.de>
parent b417260d
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) ...@@ -133,7 +133,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD( U_BOOT_CMD(
mmcinfo, 2, 0, do_mmcinfo, mmcinfo, 2, 0, do_mmcinfo,
"display MMC info", "display MMC info",
"<dev num>\n "<dev num>\n"
" - device number of the device to dislay info of\n" " - device number of the device to dislay info of\n"
"" ""
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment