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/[email protected] Signed-off-by: wangxuewen <[email protected]> Cc: Muchun Song <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
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)