Re: [PATCH v3] staging: wlan-ng: Remove unnecessary parentheses

2017-10-18 Thread Frank A. Cancio Bello
On Thu, Oct 19, 2017 at 08:40:08AM +1100, Tobin C. Harding wrote: > On Wed, Oct 18, 2017 at 11:48:21AM -0400, Frank A. Cancio Bello wrote: > > --- a/drivers/staging/wlan-ng/p80211req.c > > +++ b/drivers/staging/wlan-ng/p80211req.c > > @@ -124,7 +124,7 @@ int p80211req_dorequ

[PATCH v3] staging: wlan-ng: Remove unnecessary parentheses

2017-10-18 Thread Frank A. Cancio Bello
Remove unnecessary parentheses to comply with preferred coding style for the linux kernel and avoid the following checkpatch's messages: 'CHECK: Unnecessary parentheses around' 'CHECK: Logical continuations should be on the previous line' Credits to checkpatch. Signed-off-by: Frank A. Cancio

Re: [PATCH v2] staging: wlan-ng: Remove unnecessary parentheses

2017-10-18 Thread Frank A. Cancio Bello
On Wed, Oct 18, 2017 at 04:17:04PM +0200, Greg KH wrote: > On Mon, Oct 16, 2017 at 09:48:21PM -0400, Frank A. Cancio Bello wrote: > > Remove unnecessary parentheses to comply with preferred coding style for > > the linux kernel and avoid the following checkpatch's message: > >

[PATCH v2] staging: wlan-ng: Remove unnecessary parentheses

2017-10-16 Thread Frank A. Cancio Bello
Remove unnecessary parentheses to comply with preferred coding style for the linux kernel and avoid the following checkpatch's message: 'CHECK: Unnecessary parentheses around' Credits to checkpatch. Signed-off-by: Frank A. Cancio Bello <fr...@generalsoftwareinc.com> --- Changes

Re: [Outreachy kernel] [PATCH] staging: wlan-ng: Remove unnecessary parentheses

2017-10-16 Thread Frank A. Cancio Bello
Mon, 16 Oct 2017, Frank A. Cancio Bello wrote: > > > checkpatch message: 'CHECK: Unnecessary parentheses around'. > > Again, say what and why you have done. > > julia > > > Signed-off-by: Frank A. Cancio Bello <fr...@generalsoftwareinc.com> > &g

[PATCH] staging: wlan-ng: Remove unnecessary parentheses

2017-10-16 Thread Frank A. Cancio Bello
checkpatch message: 'CHECK: Unnecessary parentheses around'. Signed-off-by: Frank A. Cancio Bello <fr...@generalsoftwareinc.com> --- FYI: * I read 'Ignore checkpatch.pl if it complains about parens around boolean expressions or ternary conditionals in return values, like this: