Remvoe blank line from '--examine --brief' output.

Signed-off-by: Neil Brown <neilb@suse.de>
This commit is contained in:
Neil Brown 2005-11-22 03:38:44 +00:00
parent f9c25f1d2a
commit d9d4e4698f
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Changes Prior to this release
- Support write-intent-bitmaps on raid10
- Support little-endian (Rather than hostendian) bitmaps.
- Return correct error code from 'mdadm -S'
- Remove extra blank line from 'mdadm -Eb' output.
Changes Prior to 2.1 release
- Fix assembling of raid10 array when devices are missing.

View File

@ -140,7 +140,8 @@ int Examine(mddev_dev_t devlist, int brief, int scan, int SparcAdjust, struct su
}
free(ap->super);
/* FIXME free ap */
printf("\n");
if (ap->spares || brief > 1)
printf("\n");
}
}
return rv;