Re: [PATCH] powerpc/32: add missing \n at end of printk warning message

2016-09-12 Thread Michael Ellerman
Christophe Leroy writes: > Le 12/09/2016 à 12:12, Colin King a écrit : >> diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c >> index 448685f..b532dd9 100644 >> --- a/arch/powerpc/mm/init_32.c >> +++ b/arch/powerpc/mm/init_32.c >> @@ -137,7 +137,7 @@ void

Re: [PATCH] powerpc/32: add missing \n at end of printk warning message

2016-09-12 Thread Colin Ian King
On 12/09/16 17:34, Joe Perches wrote: > On Mon, 2016-09-12 at 11:12 +0100, Colin King wrote: >> From: Colin Ian King >> The message is missing a \n, add it. > > Was this found via inspection or a tool? > grep

Re: [PATCH] powerpc/32: add missing \n at end of printk warning message

2016-09-12 Thread Joe Perches
On Mon, 2016-09-12 at 11:12 +0100, Colin King wrote: > From: Colin Ian King > The message is missing a \n, add it. Was this found via inspection or a tool?

Re: [PATCH] powerpc/32: add missing \n at end of printk warning message

2016-09-12 Thread Christophe Leroy
Le 12/09/2016 à 12:12, Colin King a écrit : From: Colin Ian King The message is missing a \n, add it. Signed-off-by: Colin Ian King --- arch/powerpc/mm/init_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git