From: wangxuewen Date: Mon, 7 Apr 2025 10:30:17 +0000 (+0800) Subject: mm/hugetlb: add a line break at the end of the format string X-Git-Tag: v6.15-rc3~43^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e2bd67773579fdd2e58de9628c2d319f3f518e7;p=thirdparty%2Flinux.git mm/hugetlb: add a line break at the end of the format string Missing line break at the end of the format string. Link: https://lkml.kernel.org/r/20250407103017.2979821-1-18810879172@163.com Signed-off-by: wangxuewen Cc: Muchun Song Signed-off-by: Andrew Morton --- diff --git a/mm/hugetlb.c b/mm/hugetlb.c index ea065347866e2..e3e6ac991b9c6 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -4647,7 +4647,7 @@ static void __init hugetlb_sysfs_init(void) err = hugetlb_sysfs_add_hstate(h, hugepages_kobj, hstate_kobjs, &hstate_attr_group); if (err) - pr_err("HugeTLB: Unable to add hstate %s", h->name); + pr_err("HugeTLB: Unable to add hstate %s\n", h->name); } #ifdef CONFIG_NUMA