aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mm_init.c
diff options
context:
space:
mode:
authorSerge Semin <[email protected]>2023-11-22 18:24:04 +0000
committerAndrew Morton <[email protected]>2023-12-11 00:51:51 +0000
commit01846c6c70257efc0969c0394e496673040627ec (patch)
tree7549ffe91364cbeaad97790b1c47a83b5f6ef196 /mm/mm_init.c
parentmm/mm_init.c: extend init unavailable range doc info (diff)
downloadkernel-01846c6c70257efc0969c0394e496673040627ec.tar.gz
kernel-01846c6c70257efc0969c0394e496673040627ec.zip
mm/mm_init.c: append newline to the unavailable ranges log-message
Based on the init_unavailable_range() method and it's callee semantics no multi-line info messages are intended to be printed to the console. Thus append the '\n' symbol to the respective info string. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Serge Semin <[email protected]> Reviewed-by: Mike Rapoport (IBM) <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'mm/mm_init.c')
-rw-r--r--mm/mm_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mm_init.c b/mm/mm_init.c
index 824bf53e8253..a5f91eba4f8d 100644
--- a/mm/mm_init.c
+++ b/mm/mm_init.c
@@ -827,7 +827,7 @@ static void __init init_unavailable_range(unsigned long spfn,
}
if (pgcnt)
- pr_info("On node %d, zone %s: %lld pages in unavailable ranges",
+ pr_info("On node %d, zone %s: %lld pages in unavailable ranges\n",
node, zone_names[zone], pgcnt);
}