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


Groups > linux.kernel > #1605567 > unrolled thread

[PATCH 0/2] netfilter: Remove unnecessary cast on void pointer

Started bysimran singhal <singhalsimran0@gmail.com>
First post2017-03-21 13:30 +0100
Last post2017-03-27 14:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] netfilter: Remove unnecessary cast on void pointer simran singhal <singhalsimran0@gmail.com> - 2017-03-21 13:30 +0100
    Re: [PATCH 0/2] netfilter: Remove unnecessary cast on void pointer Pablo Neira Ayuso <pablo@netfilter.org> - 2017-03-27 14:40 +0200

#1605567 — [PATCH 0/2] netfilter: Remove unnecessary cast on void pointer

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-03-21 13:30 +0100
Subject[PATCH 0/2] netfilter: Remove unnecessary cast on void pointer
Message-ID<tnr5f-3gd-7@gated-at.bofh.it>
This patch series remove unnecessary cast on void pointer.

simran singhal (2):
  netfilter: ipset: Remove unnecessary cast on void pointer
  netfilter: Remove unnecessary cast on void pointer

 net/netfilter/ipset/ip_set_bitmap_gen.h |  4 ++--
 net/netfilter/ipset/ip_set_core.c       |  2 +-
 net/netfilter/nf_conntrack_proto.c      |  2 +-
 net/netfilter/nft_set_hash.c            |  2 +-
 net/netfilter/xt_hashlimit.c            | 10 +++++-----
 5 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.7.4

[toc] | [next] | [standalone]


#1609790

FromPablo Neira Ayuso <pablo@netfilter.org>
Date2017-03-27 14:40 +0200
Message-ID<tpC6e-83W-23@gated-at.bofh.it>
In reply to#1605567
On Tue, Mar 21, 2017 at 05:49:52PM +0530, simran singhal wrote:
> This patch series remove unnecessary cast on void pointer.
> 
> simran singhal (2):
>   netfilter: ipset: Remove unnecessary cast on void pointer
>   netfilter: Remove unnecessary cast on void pointer

Please, merge this two patches in one single patch.

I have to pass up batches to David, and I would like this cleanups are
grouped into the same logical change.

Is there more occurrences of this in the Netfilter tree? Please have a
look at net/ipv4/netfilter/ net/ipv6/netfilter/ and
net/bridge/netfilter, we also have code there.

Thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web