Re: [PATCH 3/3] staging: dgnc: dgnc_neo.c: remove unnecessary parentheses

2017-12-19 Thread Greg KH
On Sat, Dec 16, 2017 at 10:16:01PM +0200, Kamal Heib wrote: > Cleanup the "Unnecessary parentheses around " checkpatch.pl error. > > Signed-off-by: Kamal Heib > --- > drivers/staging/dgnc/dgnc_neo.c | 22 +++--- > 1 file changed, 11 insertions(+), 11

[PATCH 3/3] staging: dgnc: dgnc_neo.c: remove unnecessary parentheses

2017-12-16 Thread Kamal Heib
Cleanup the "Unnecessary parentheses around " checkpatch.pl error. Signed-off-by: Kamal Heib --- drivers/staging/dgnc/dgnc_neo.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c