[U-Boot] TOT: 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 --- common/cmd_mmc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 @@ 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" "" );

On Mon, Aug 9, 2010 at 11:30 AM, Reinhard Meyer wrote:
Remove warning for missing " at the end of line 136
this is a build error for me ... cmd_mmc.c:136:2: warning: missing terminating " character cmd_mmc.c:133: error: missing terminating " character make[1]: *** [cmd_mmc.o] Error 1
also, i noticed the commit that broke this also broke whitespacing on the next line ... using spaces instead of tabs.
Signed-off-by: Reinhard Meyer u-boot@emk-elektronik.de
Signed-off-by: Mike Frysinger vapier@gentoo.org -mike
participants (2)
-
Mike Frysinger
-
Reinhard Meyer