* [PATCH] mtd-utils: added missing linefeed in 'ubinfo'
@ 2008-08-26 9:13 Enrico Scholz
2008-08-26 9:59 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Enrico Scholz @ 2008-08-26 9:13 UTC (permalink / raw)
To: linux-mtd; +Cc: Enrico Scholz
Trivial patch to add a missing linefeed in static volume info:
| Data bytes: 113112 bytes (110.5 KiB)State: OK
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
---
ubi-utils/new-utils/src/ubinfo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ubi-utils/new-utils/src/ubinfo.c b/ubi-utils/new-utils/src/ubinfo.c
index fdf169a..aada8e7 100644
--- a/ubi-utils/new-utils/src/ubinfo.c
+++ b/ubi-utils/new-utils/src/ubinfo.c
@@ -196,6 +196,7 @@ static int print_vol_info(libubi_t libubi, int dev_num, int vol_id)
if (vol_info.type == UBI_STATIC_VOLUME) {
printf("Data bytes: ");
ubiutils_print_bytes(vol_info.data_bytes, 1);
+ printf("\n");
}
printf("State: %s\n", vol_info.corrupted ? "corrupted" : "OK");
printf("Name: %s\n", vol_info.name);
--
1.5.5.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-26 10:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 9:13 [PATCH] mtd-utils: added missing linefeed in 'ubinfo' Enrico Scholz
2008-08-26 9:59 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox