]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Build.c
Don't break long strings onto multiple lines.
[thirdparty/mdadm.git] / Build.c
diff --git a/Build.c b/Build.c
index da64dc8915f42e3feb1b3f62887c01f85dae7f7f..8603c710aea2b2a5ac720d86037c3ecac1bebd4b 100644 (file)
--- a/Build.c
+++ b/Build.c
@@ -254,8 +254,7 @@ int Build(char *mddev, struct mddev_dev *devlist,
                        pr_err("RUN_ARRAY failed: %s\n",
                                strerror(errno));
                        if (s->chunk & (s->chunk-1)) {
-                               cont_err("Problem may be that chunk size"
-                                        " is not a power of 2\n");
+                               cont_err("Problem may be that chunk size is not a power of 2\n");
                        }
                        goto abort;
                }