mm: coalesce split strings
[cascardo/linux.git] / mm / huge_memory.c
index bb944c7..e1a177c 100644 (file)
@@ -168,8 +168,7 @@ static void set_recommended_min_free_kbytes(void)
 
        if (recommended_min > min_free_kbytes) {
                if (user_min_free_kbytes >= 0)
-                       pr_info("raising min_free_kbytes from %d to %lu "
-                               "to help transparent hugepage allocations\n",
+                       pr_info("raising min_free_kbytes from %d to %lu to help transparent hugepage allocations\n",
                                min_free_kbytes, recommended_min);
 
                min_free_kbytes = recommended_min;