Re: [PATCH] Staging: nvec: fix line should not end with a open parenthesis.

2018-02-16 Thread Dan Carpenter
On Fri, Feb 16, 2018 at 05:06:34PM +0530, Yash Omer wrote: > This patch fix line should not end with open parenthesis found by > checkpatch.plscript. > > Signed-off-by: Yash Omer > --- > drivers/staging/nvec/nvec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

RE: [PATCH] Staging: nvec: fix line should not end with a open parenthesis.

2018-02-16 Thread David Laight
From: Yash Omer > Sent: 16 February 2018 11:37 > This patch fix line should not end with open parenthesis found by > checkpatch.plscript. > > Signed-off-by: Yash Omer > --- > drivers/staging/nvec/nvec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

[PATCH] Staging: nvec: fix line should not end with a open parenthesis.

2018-02-16 Thread Yash Omer
This patch fix line should not end with open parenthesis found by checkpatch.plscript. Signed-off-by: Yash Omer --- drivers/staging/nvec/nvec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/nvec/nvec.c