mm: coalesce split strings
[cascardo/linux.git] / mm / vmalloc.c
index d4b2e34..e86c24e 100644 (file)
@@ -469,8 +469,8 @@ overflow:
                goto retry;
        }
        if (printk_ratelimit())
-               pr_warn("vmap allocation for size %lu failed: "
-                       "use vmalloc=<size> to increase size.\n", size);
+               pr_warn("vmap allocation for size %lu failed: use vmalloc=<size> to increase size\n",
+                       size);
        kfree(va);
        return ERR_PTR(-EBUSY);
 }