]> 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)
commit5894bd9577f26ac6143e69e51a24e651e82793bb
tree9eca4567f5104d8469fcc717d57e5cfcd7306723
parent203c2e748845f5fdab6f938f0a7bb9d4da1d03cd
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: fc2573db44da ("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