]> git.baikalelectronics.ru Git - kernel.git/commit
memory_hotplug: add missing newlines to debugging output
authorMichal Hocko <mhocko@suse.com>
Fri, 28 Dec 2018 08:39:34 +0000 (00:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Dec 2018 20:11:51 +0000 (12:11 -0800)
commit9e42ff228895832c7815aa835d050b7d66eeb005
tree9eca4567f5104d8469fcc717d57e5cfcd7306723
parent9f38a69705351e97df1df74f21d114b3fb5aef81
memory_hotplug: add missing newlines to debugging output

pages_correctly_probed is missing new lines which means that the line is
not printed rightaway but it rather waits for additional printks.

Add \n to all three messages in pages_correctly_probed.

Link: http://lkml.kernel.org/r/20181218162307.10518-1-mhocko@kernel.org
Fixes: 1616d8708e2f ("mm/memory_hotplug: optimize probe routine")
Signed-off-by: Michal Hocko <mhocko@suse.com>
Reviewed-by: Oscar Salvador <osalvador@suse.de>
Reviewed-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/base/memory.c