From: Reinhard Meyer Date: Mon, 9 Aug 2010 15:30:51 +0000 (+0200) Subject: fix cmd_mmc.c, line 136 missing " X-Git-Tag: v2010.09-rc1~28^2^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a9804be86858cf7ee3e39e6a371ecd56da517ce8;p=u-boot fix cmd_mmc.c, line 136 missing " Remove warning for missing " at the end of line 136 Signed-off-by: Reinhard Meyer --- diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index a6ed6a84e8..c0b30d8b86 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", - "\n + "\n" " - device number of the device to dislay info of\n" "" );