[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170407163157.GA10529@salvia>
Date: Fri, 7 Apr 2017 18:31:57 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Arushi Singhal <arushisinghal19971997@...il.com>
Cc: Jozsef Kadlecsik <kadlec@...ckhole.kfki.hu>,
"David S. Miller" <davem@...emloft.net>,
Alexey Kuznetsov <kuznet@....inr.ac.ru>,
James Morris <jmorris@...ei.org>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
Patrick McHardy <kaber@...sh.net>,
netfilter-devel@...r.kernel.org, coreteam@...filter.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: ipv6: Removed unnecessary parenthesis
On Wed, Mar 29, 2017 at 02:32:43PM +0530, Arushi Singhal wrote:
> Removed parentheses on the right hand side of assignment, as they are
> not required. The following coccinelle script was used to fix this
> issue:
>
> @@
> local idexpression id;
> expression e;
> @@
>
> id =
> -(
> e
> -)
You sent me two patches for this:
http://patchwork.ozlabs.org/patch/744661/
http://patchwork.ozlabs.org/patch/744702/
The follow up one does not indicate v2, so I'm confused. I'm not sure
this is a resend or just a new version.
Another question that is not clear from your description is if you had
a look at the entire tree to find more spots like this, or you just
found this one and update it.
Ideally, it would be better to fix everything in one go, so we don't
have to deal with oneliner patches that just fix one single spot.
Thanks!
Powered by blists - more mailing lists