From: NeilBrown Date: Mon, 11 May 2009 05:47:10 +0000 (+1000) Subject: super1 - fix brief examine. X-Git-Tag: mdadm-3.0-rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a0e728b11abb092e8957e43f967c67f8c23eb3;p=thirdparty%2Fmdadm.git super1 - fix brief examine. We manage to lose some space here... Signed-off-by: NeilBrown --- diff --git a/super1.c b/super1.c index 850b2e42..bf9e4c87 100644 --- a/super1.c +++ b/super1.c @@ -435,11 +435,11 @@ static void brief_examine_super1(struct supertype *st, int verbose) printf(" level=%s", c); sb_offset = __le64_to_cpu(sb->super_offset); if (sb_offset <= 4) - printf("metadata=1.1 "); + printf(" metadata=1.1 "); else if (sb_offset <= 8) - printf("metadata=1.2 "); + printf(" metadata=1.2 "); else - printf("metadata=1.0 "); + printf(" metadata=1.0 "); if (verbose) printf("num-devices=%d ", __le32_to_cpu(sb->raid_disks)); printf("UUID=");