From e9a0e728b11abb092e8957e43f967c67f8c23eb3 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Mon, 11 May 2009 15:47:10 +1000 Subject: [PATCH] super1 - fix brief examine. We manage to lose some space here... Signed-off-by: NeilBrown --- super1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/super1.c b/super1.c index 850b2e4..bf9e4c8 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=");