diff mbox

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

Message ID 1288267769-1091-1-git-send-email-sr@denx.de
State Accepted
Commit 9a2ea578bc2f556fd92a3bcb9127d3fc9c6ee1bd
Delegated to: Stefan Roese
Headers show

Commit Message

Stefan Roese Oct. 28, 2010, 12:09 p.m. UTC
Signed-off-by: Stefan Roese <sr@denx.de>
---
 common/cmd_ubifs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Ben Gardiner Oct. 29, 2010, 2 p.m. UTC | #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
Stefan Roese Dec. 3, 2010, 3:51 p.m. UTC | #2
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
diff mbox

Patch

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;
 	}