Re: [PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-27 Thread Doug Ledford
On Tue, 2017-09-26 at 12:21 +0530, Arvind Yadav wrote: > pr_err() messages should end with a new-line to avoid other messages > being concatenated. > > Signed-off-by: Arvind Yadav Thanks, applied. -- Doug Ledford GPG KeyID: B826A3330E572FDD

Re: [PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-27 Thread Doug Ledford
On Tue, 2017-09-26 at 12:21 +0530, Arvind Yadav wrote: > pr_err() messages should end with a new-line to avoid other messages > being concatenated. > > Signed-off-by: Arvind Yadav Thanks, applied. -- Doug Ledford GPG KeyID: B826A3330E572FDD Key fingerprint = AE6B 1BDA 122B 23B4 265B

Re: [PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-26 Thread Joe Perches
On Tue, 2017-09-26 at 10:19 +0300, Yuval Shaia wrote: > On Tue, Sep 26, 2017 at 12:21:44PM +0530, Arvind Yadav wrote: > > pr_err() messages should end with a new-line to avoid other messages > > being concatenated. [] > > diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_stats.c > >

Re: [PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-26 Thread Joe Perches
On Tue, 2017-09-26 at 10:19 +0300, Yuval Shaia wrote: > On Tue, Sep 26, 2017 at 12:21:44PM +0530, Arvind Yadav wrote: > > pr_err() messages should end with a new-line to avoid other messages > > being concatenated. [] > > diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_stats.c > >

Re: [PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-26 Thread Arvind Yadav
Hi Yuval, On Tuesday 26 September 2017 12:49 PM, Yuval Shaia wrote: On Tue, Sep 26, 2017 at 12:21:44PM +0530, Arvind Yadav wrote: pr_err() messages should end with a new-line to avoid other messages being concatenated. Signed-off-by: Arvind Yadav ---

Re: [PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-26 Thread Arvind Yadav
Hi Yuval, On Tuesday 26 September 2017 12:49 PM, Yuval Shaia wrote: On Tue, Sep 26, 2017 at 12:21:44PM +0530, Arvind Yadav wrote: pr_err() messages should end with a new-line to avoid other messages being concatenated. Signed-off-by: Arvind Yadav ---

Re: [PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-26 Thread Yuval Shaia
On Tue, Sep 26, 2017 at 12:21:44PM +0530, Arvind Yadav wrote: > pr_err() messages should end with a new-line to avoid other messages > being concatenated. > > Signed-off-by: Arvind Yadav > --- > drivers/infiniband/hw/ocrdma/ocrdma_stats.c | 2 +- > 1 file changed, 1

Re: [PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-26 Thread Yuval Shaia
On Tue, Sep 26, 2017 at 12:21:44PM +0530, Arvind Yadav wrote: > pr_err() messages should end with a new-line to avoid other messages > being concatenated. > > Signed-off-by: Arvind Yadav > --- > drivers/infiniband/hw/ocrdma/ocrdma_stats.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-26 Thread Arvind Yadav
pr_err() messages should end with a new-line to avoid other messages being concatenated. Signed-off-by: Arvind Yadav --- drivers/infiniband/hw/ocrdma/ocrdma_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] IB/ocrdma: pr_err() strings should end with newlines

2017-09-26 Thread Arvind Yadav
pr_err() messages should end with a new-line to avoid other messages being concatenated. Signed-off-by: Arvind Yadav --- drivers/infiniband/hw/ocrdma/ocrdma_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_stats.c