From: Frans Meulenbroeks Date: Thu, 25 Feb 2010 13:03:08 +0000 (+0100) Subject: cmd_mmc remove \n X-Git-Tag: v2010.03-rc2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9d90a93d367272ee65550c0c9f82615cec967c70;p=u-boot cmd_mmc remove \n This patch removes the \n after the help message for mmcinfo. This resulted in an empty line being displayed after the mmcinfo line when the help command was given. Signed-off-by: Frans Meulenbroeks --- diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 0e3393b5f4..c67c9cf728 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -136,7 +136,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) } U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo, - "mmcinfo -- display MMC info\n", + "mmcinfo -- display MMC info", "" );