]> git.baikalelectronics.ru Git - kernel.git/commit
mm: page_alloc: use KERN_CONT where appropriate
authorJoe Perches <joe@perches.com>
Fri, 28 Oct 2016 00:46:29 +0000 (17:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Oct 2016 01:43:43 +0000 (18:43 -0700)
commitc2a2d698265367c250772908fec326ab29abbe27
tree5500cad4d58deb1ef0f6f07ae1617537448a35ba
parent6095dc0cbed696ddbadf68220bd7dae31c0c7e11
mm: page_alloc: use KERN_CONT where appropriate

Recent changes to printk require KERN_CONT uses to continue logging
messages.  So add KERN_CONT where necessary.

[akpm@linux-foundation.org: coding-style fixes]
Fixes: 1262300e7eb5 ("printk: reinstate KERN_CONT for printing continuation lines")
Link: http://lkml.kernel.org/r/c7df37c8665134654a17aaeb8b9f6ace1d6db58b.1476239034.git.joe@perches.com
Reported-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c