]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super0.c
Don't break long strings onto multiple lines.
[thirdparty/mdadm.git] / super0.c
index 04cef73dde8be303d9796d1bd787c6db3ad062c5..deb59994e9707a5aa2d74073c98a7f674a767757 100644 (file)
--- a/super0.c
+++ b/super0.c
@@ -1269,8 +1269,7 @@ static int validate_geometry0(struct supertype *st, int level,
        }
        if (size >= tbmax * 2ULL*1024*1024*1024) {
                if (verbose)
-                       pr_err("0.90 metadata supports at most "
-                              "%d terabytes per device\n", tbmax);
+                       pr_err("0.90 metadata supports at most %d terabytes per device\n", tbmax);
                return 0;
        }
        if (*chunk == UnSet)