]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
super1 - fix brief examine.
authorNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:47:10 +0000 (15:47 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:47:10 +0000 (15:47 +1000)
We manage to lose some space here...

Signed-off-by: NeilBrown <neilb@suse.de>
super1.c

index 850b2e4221cb9229bc20a947008f8330bae05045..bf9e4c87fc6910ef6204b4698e736c345b325f85 100644 (file)
--- 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=");