[U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output

Signed-off-by: Stefan Roese sr@denx.de --- common/cmd_ubifs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_ubifs.c b/common/cmd_ubifs.c index 30b23d3..9526780 100644 --- a/common/cmd_ubifs.c +++ b/common/cmd_ubifs.c @@ -98,7 +98,7 @@ int do_ubifs_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) int ret;
if (!ubifs_mounted) { - printf("UBIFS not mounted, use ubifs mount to mount volume first!\n"); + printf("UBIFS not mounted, use ubifsmount to mount volume first!\n"); return -1; }

On Thu, Oct 28, 2010 at 8:09 AM, Stefan Roese sr@denx.de wrote:
Signed-off-by: Stefan Roese sr@denx.de
Applies to 908614f20f7f0f5df736eed21b88e81ebbf14e86 of git://git.denx.de/u-boot.git.
One checkpatch warning: WARNING: line over 80 characters #84: FILE: common/cmd_ubifs.c:101: + printf("UBIFS not mounted, use ubifsmount to mount volume first!\n");
total: 0 errors, 1 warnings, 8 lines checked
Tested on da850evm with NAND, env.oob enabled. Saw the message in ubifsls output
Tested-by: Ben Gardiner bengardiner@nanometrics.ca
Best Regards, Ben Gardiner
--- Nanometrics Inc. http://www.nanometrics.ca

On Thursday 28 October 2010 14:09:29 Stefan Roese wrote:
Signed-off-by: Stefan Roese sr@denx.de
Applied to u-boot-ubi/master. Thanks.
Cheers, Stefan
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
participants (2)
-
Ben Gardiner
-
Stefan Roese