Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Geert Uytterhoeven
Hi Russell, On Tue, Aug 16, 2016 at 9:13 PM, Russell King - ARM Linux wrote: > On Tue, Aug 16, 2016 at 03:40:32PM +0200, Geert Uytterhoeven wrote: >> Signed-off-by: Geert Uytterhoeven >> --- >> Before commit 874f9c7da9a4acbc ("printk: create pr_ functions"), >> pr_*() calls without a trailing ne

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Russell King - ARM Linux
On Tue, Aug 16, 2016 at 03:40:32PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven > --- > Before commit 874f9c7da9a4acbc ("printk: create pr_ functions"), > pr_*() calls without a trailing newline characters would be printed with > a newline character appended, both on the co

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Geert Uytterhoeven
Hi Joe, On Tue, Aug 16, 2016 at 8:01 PM, Joe Perches wrote: > On Tue, 2016-08-16 at 19:50 +0200, Geert Uytterhoeven wrote: >> On Tue, Aug 16, 2016 at 7:08 PM, Joe Perches wrote: >> > On Tue, 2016-08-16 at 15:40 +0200, Geert Uytterhoeven wrote: >> > > Before commit 874f9c7da9a4acbc ("printk: crea

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Joe Perches
On Tue, 2016-08-16 at 19:50 +0200, Geert Uytterhoeven wrote: > Hi Joe, > > On Tue, Aug 16, 2016 at 7:08 PM, Joe Perches wrote: > > > > On Tue, 2016-08-16 at 15:40 +0200, Geert Uytterhoeven wrote: > > > > > > Before commit 874f9c7da9a4acbc ("printk: create pr_ > > > functions"), > > > pr_*() cal

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Geert Uytterhoeven
Hi Joe, On Tue, Aug 16, 2016 at 7:08 PM, Joe Perches wrote: > On Tue, 2016-08-16 at 15:40 +0200, Geert Uytterhoeven wrote: >> Before commit 874f9c7da9a4acbc ("printk: create pr_ functions"), >> pr_*() calls without a trailing newline characters would be printed with >> a newline character appende

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Joe Perches
On Tue, 2016-08-16 at 15:40 +0200, Geert Uytterhoeven wrote: > Before commit 874f9c7da9a4acbc ("printk: create pr_ functions"), > pr_*() calls without a trailing newline characters would be printed with > a newline character appended, both on the console and in the output of > the dmesg command. H

[PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- Before commit 874f9c7da9a4acbc ("printk: create pr_ functions"), pr_*() calls without a trailing newline characters would be printed with a newline character appended, both on the console and in the output of the dmesg command. After that commit, no new line