Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1618953

Re: [PATCH 1/4] net: netfilter:Remove exceptional & on function name

From Pablo Neira Ayuso <pablo@netfilter.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/4] net: netfilter:Remove exceptional & on function name
Date 2017-04-07 18:30 +0200
Message-ID <ttEVR-1dU-39@gated-at.bofh.it> (permalink)
References <trJZD-71T-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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!

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] net: netfilter:Remove exceptional & on function name Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-04-02 11:30 +0200
  Re: [PATCH 1/4] net: netfilter:Remove exceptional & on function name Pablo Neira Ayuso <pablo@netfilter.org> - 2017-04-07 18:30 +0200

csiph-web