Commit 9e2bd677 authored by wangxuewen's avatar wangxuewen Committed by Andrew Morton
Browse files

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: default avatarwangxuewen <wangxuewen@kylinos.cn>
Cc: Muchun Song <muchun.song@linux.dev>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 8c583e53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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