Re: [PATCH] s390: Remove unnecessary KERN_CONT

2015-01-05 Thread Heiko Carstens
On Mon, Jan 05, 2015 at 04:29:18AM -0800, Joe Perches wrote: > This has no effect as KERN_CONT is an empty string, > > It's probably just a missing conversion artifact as the > other pr_cont uses in the same file don't have this prefix. > > Signed-off-by: Joe Perches > --- > arch/s390/mm/fault.

[PATCH] s390: Remove unnecessary KERN_CONT

2015-01-05 Thread Joe Perches
This has no effect as KERN_CONT is an empty string, It's probably just a missing conversion artifact as the other pr_cont uses in the same file don't have this prefix. Signed-off-by: Joe Perches --- arch/s390/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s3