printk: add KERN_CONT annotation
authorIngo Molnar <mingo@elte.hu>
Wed, 17 Oct 2007 06:30:29 +0000 (23:30 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:43:01 +0000 (08:43 -0700)
commit4749252776712e587c7c7619cbf0342b080c7f44
tree559273ecbd56367d6e576ca005ef0994ec1c9e0c
parent1ad6ecf9146e85ccb4e0bce70b91a93f57145c72
printk: add KERN_CONT annotation

printk: add the KERN_CONT annotation (which is empty string but via
which checkpatch.pl can notice that the lacking KERN_ level is fine).
This useful for multiple calls of hand-crafted printk output done by
early debug code or similar.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h