]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cmd_mmc remove \n
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 25 Feb 2010 13:03:08 +0000 (14:03 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 21 Mar 2010 15:44:04 +0000 (16:44 +0100)
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 <fransmeulenbroeks@gmail.com>
common/cmd_mmc.c

index 0e3393b5f44b9d5c7f4b4869658101e1574cd646..c67c9cf728f5815ac2024d500e03ade756497737 100644 (file)
@@ -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 <dev num>-- display MMC info\n",
+       "mmcinfo <dev num>-- display MMC info",
        ""
 );