Skip to content

Commit 9e2bd67

Browse files
wangxuewenakpm00
authored andcommitted
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 <wangxuewen@kylinos.cn> Cc: Muchun Song <muchun.song@linux.dev> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 8c583e5 commit 9e2bd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/hugetlb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4647,7 +4647,7 @@ static void __init hugetlb_sysfs_init(void)
46474647
err = hugetlb_sysfs_add_hstate(h, hugepages_kobj,
46484648
hstate_kobjs, &hstate_attr_group);
46494649
if (err)
4650-
pr_err("HugeTLB: Unable to add hstate %s", h->name);
4650+
pr_err("HugeTLB: Unable to add hstate %s\n", h->name);
46514651
}
46524652

46534653
#ifdef CONFIG_NUMA

0 commit comments

Comments
 (0)