[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170407162833.GA10487@salvia>
Date: Fri, 7 Apr 2017 18:28:33 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Arushi Singhal <arushisinghal19971997@...il.com>
Cc: kadlec@...ckhole.kfki.hu, davem@...emloft.net,
kuznet@....inr.ac.ru, jmorris@...ei.org, yoshfuji@...ux-ipv6.org,
kaber@...sh.net, netfilter-devel@...r.kernel.org,
coreteam@...filter.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] net: netfilter:Remove exceptional & on function name
On Sun, Apr 02, 2017 at 02:52:12PM +0530, Arushi Singhal wrote:
> Remove & from function pointers to conform to the style found elsewhere
> in the file. Done using the following semantic patch
>
> // <smpl>
> @r@
> identifier f;
> @@
>
> f(...) { ... }
> @@
> identifier r.f;
> @@
>
> - &f
> + f
> // </smpl>
I have collapsed these four patches.
You only need to send one patch per logical update.
I also detected that you missed one spot in nft_hash.c, I manually
updated this but next time you have to be more careful.
Thanks!
Powered by blists - more mailing lists