* [U-Boot] [PATCH] common/cmd_mmc.c: fix a bug
@ 2010-08-16 7:33 Haiying Wang
2010-08-16 12:15 ` Mike Frysinger
0 siblings, 1 reply; 2+ messages in thread
From: Haiying Wang @ 2010-08-16 7:33 UTC (permalink / raw)
To: u-boot
introduced by commit cc9f607beb49d4d3556c326efb83a0a51784e484, it causes:
"
cmd_mmc.c:136:2: warning: missing terminating " character
cmd_mmc.c:133: error: missing terminating " character
make[1]: *** [cmd_mmc.o] Error 1
"
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
---
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"
""
);
--
1.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] common/cmd_mmc.c: fix a bug
2010-08-16 7:33 [U-Boot] [PATCH] common/cmd_mmc.c: fix a bug Haiying Wang
@ 2010-08-16 12:15 ` Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2010-08-16 12:15 UTC (permalink / raw)
To: u-boot
On Mon, Aug 16, 2010 at 3:33 AM, Haiying Wang wrote:
> introduced by commit cc9f607beb49d4d3556c326efb83a0a51784e484, it causes:
> "
> cmd_mmc.c:136:2: warning: missing terminating " character
> cmd_mmc.c:133: error: missing terminating " character
> make[1]: *** [cmd_mmc.o] Error 1
your repo is out of date
-mike
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-16 12:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-16 7:33 [U-Boot] [PATCH] common/cmd_mmc.c: fix a bug Haiying Wang
2010-08-16 12:15 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox