]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Examine.c
Add 'quite' option and tidy up some tests.
[thirdparty/mdadm.git] / Examine.c
index a5151ec0a6d73eb8855f1d2d6f00f818974e4368..33fa1e5fccc7d70b50712cd94ffcc8b9bd8abc68 100644 (file)
--- a/Examine.c
+++ b/Examine.c
@@ -92,7 +92,7 @@ int Examine(mddev_dev_t devlist, int brief, int scan, int SparcAdjust, struct su
                if (err) rv =1;
 
                if (SparcAdjust)
-                       st->ss->update_super(NULL, super, "sparc2.2", devlist->devname, 0);
+                       st->ss->update_super(NULL, super, "sparc2.2", devlist->devname,  0);
                /* Ok, its good enough to try, though the checksum could be wrong */
                if (brief) {
                        struct array *ap;