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
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.
Signe
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:
>
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
---
Changes in v2:
* I rewrote the
t; On 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
> > ---
> > FYI:
>
checkpatch message: 'CHECK: Unnecessary parentheses around'.
Signed-off-by: Frank A. Cancio Bello
---
FYI:
* I read 'Ignore checkpatch.pl if it complains about parens around
boolean expressions or ternary conditionals in return values, like this: return
((depth &g