]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - config.c
mdadm: Fix '==' broken formatting
[thirdparty/mdadm.git] / config.c
index 9b008e344c3407089eb993b01f33b3cb4153e13f..48e0278880cf937a55f684092165af738642a784 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1118,8 +1118,8 @@ struct mddev_ident *conf_match(struct supertype *st,
        match = NULL;
        for (; array_list; array_list = array_list->next) {
                if (array_list->uuid_set &&
-                   same_uuid(array_list->uuid, info->uuid, st->ss->swapuuid)
-                   == 0) {
+                   same_uuid(array_list->uuid, info->uuid,
+                             st->ss->swapuuid) == 0) {
                        if (verbose >= 2 && array_list->devname)
                                pr_err("UUID differs from %s.\n",
                                       array_list->devname);