Re: [PATCH v2] acpi/arm64: pr_err() strings should end with newlines

2017-10-10 Thread Lorenzo Pieralisi
On Tue, Oct 10, 2017 at 05:33:50PM +0800, Hanjun Guo wrote: > On 2017/9/25 15:24, Arvind Yadav wrote: > > pr_err() messages should terminated with a new-line to avoid > > other messages being concatenated onto the end. > > > > Signed-off-by: Arvind Yadav > > --- > >

Re: [PATCH v2] acpi/arm64: pr_err() strings should end with newlines

2017-10-10 Thread Lorenzo Pieralisi
On Tue, Oct 10, 2017 at 05:33:50PM +0800, Hanjun Guo wrote: > On 2017/9/25 15:24, Arvind Yadav wrote: > > pr_err() messages should terminated with a new-line to avoid > > other messages being concatenated onto the end. > > > > Signed-off-by: Arvind Yadav > > --- > > changes in v2: > >

Re: [PATCH v2] acpi/arm64: pr_err() strings should end with newlines

2017-10-10 Thread Hanjun Guo
On 2017/9/25 15:24, Arvind Yadav wrote: > pr_err() messages should terminated with a new-line to avoid > other messages being concatenated onto the end. > > Signed-off-by: Arvind Yadav > --- > changes in v2: > Add changelog. > > drivers/acpi/arm64/gtdt.c |

Re: [PATCH v2] acpi/arm64: pr_err() strings should end with newlines

2017-10-10 Thread Hanjun Guo
On 2017/9/25 15:24, Arvind Yadav wrote: > pr_err() messages should terminated with a new-line to avoid > other messages being concatenated onto the end. > > Signed-off-by: Arvind Yadav > --- > changes in v2: > Add changelog. > > drivers/acpi/arm64/gtdt.c | 2 +- > 1 file changed, 1