mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
mm/debug: add line breaks
Missing a newline character at the end of the format string. Link: https://lkml.kernel.org/r/20250312093717.364031-1-liuye@kylinos.cn Signed-off-by: Liu Ye <liuye@kylinos.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
ce50f4bc42
commit
456620c5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ dump:
|
|||
void dump_page(const struct page *page, const char *reason)
|
||||
{
|
||||
if (PagePoisoned(page))
|
||||
pr_warn("page:%p is uninitialized and poisoned", page);
|
||||
pr_warn("page:%p is uninitialized and poisoned\n", page);
|
||||
else
|
||||
__dump_page(page);
|
||||
if (reason)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue