* [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
@ 2010-10-28 12:09 Stefan Roese
2010-10-29 14:00 ` Ben Gardiner
2010-12-03 15:51 ` Stefan Roese
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Roese @ 2010-10-28 12:09 UTC (permalink / raw)
To: u-boot
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;
}
--
1.7.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
2010-10-28 12:09 [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output Stefan Roese
@ 2010-10-29 14:00 ` Ben Gardiner
2010-12-03 15:51 ` Stefan Roese
1 sibling, 0 replies; 3+ messages in thread
From: Ben Gardiner @ 2010-10-29 14:00 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 3+ messages in thread* [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
2010-10-28 12:09 [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output Stefan Roese
2010-10-29 14:00 ` Ben Gardiner
@ 2010-12-03 15:51 ` Stefan Roese
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2010-12-03 15:51 UTC (permalink / raw)
To: u-boot
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 at denx.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-03 15:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 12:09 [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output Stefan Roese
2010-10-29 14:00 ` Ben Gardiner
2010-12-03 15:51 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox