netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] ipv6: netfilter - coding style improvements
@ 2015-04-25  9:26 Ian Morris
  2015-04-25  9:26 ` [PATCH net-next 1/6] ipv6: netfilter: Tidy up indenting Ian Morris
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Ian Morris @ 2015-04-25  9:26 UTC (permalink / raw)
  To: netdev; +Cc: Ian Morris

This series of patches removes some style issues in the ipv6 netfilter
code detected by checkpatch. There is no change to functionality and
no changes to the resultant object determined by objdiff.


Ian Morris (6):
  ipv6: netfilter: Tidy up indenting
  ipv6: netfilter: whitespace in line layouts
  ipv6: netfilter: remove unnecessary braces
  ipv6: netfilter: comparison for equality with NULL
  ipv6: netfilter: comparison for inequality with NULL
  ipv6: netfilter: simply if-else statements

 net/ipv6/netfilter/ip6_tables.c                |  40 ++++-----
 net/ipv6/netfilter/ip6t_REJECT.c               |   2 +-
 net/ipv6/netfilter/ip6t_SYNPROXY.c             |  18 ++--
 net/ipv6/netfilter/ip6t_ah.c                   |  18 ++--
 net/ipv6/netfilter/ip6t_frag.c                 |  26 +++---
 net/ipv6/netfilter/ip6t_hbh.c                  | 114 ++++++++++++-------------
 net/ipv6/netfilter/ip6t_ipv6header.c           |   2 +-
 net/ipv6/netfilter/ip6t_mh.c                   |   2 +-
 net/ipv6/netfilter/ip6t_rpfilter.c             |   2 +-
 net/ipv6/netfilter/ip6t_rt.c                   | 102 +++++++++++-----------
 net/ipv6/netfilter/ip6table_filter.c           |   2 +-
 net/ipv6/netfilter/ip6table_mangle.c           |   2 +-
 net/ipv6/netfilter/ip6table_nat.c              |   2 +-
 net/ipv6/netfilter/ip6table_raw.c              |   2 +-
 net/ipv6/netfilter/ip6table_security.c         |   2 +-
 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c |   2 +-
 net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c |  15 ++--
 net/ipv6/netfilter/nf_conntrack_reasm.c        |  26 +++---
 net/ipv6/netfilter/nf_defrag_ipv6_hooks.c      |   2 +-
 net/ipv6/netfilter/nf_log_ipv6.c               |  16 ++--
 net/ipv6/netfilter/nf_nat_l3proto_ipv6.c       |   2 +-
 net/ipv6/netfilter/nf_reject_ipv6.c            |  10 +--
 net/ipv6/netfilter/nf_tables_ipv6.c            |   2 +-
 net/ipv6/netfilter/nft_chain_route_ipv6.c      |   6 +-
 net/ipv6/netfilter/nft_reject_ipv6.c           |   2 +-
 25 files changed, 205 insertions(+), 214 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-04-27  2:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-25  9:26 [PATCH net-next 0/6] ipv6: netfilter - coding style improvements Ian Morris
2015-04-25  9:26 ` [PATCH net-next 1/6] ipv6: netfilter: Tidy up indenting Ian Morris
2015-04-25  9:26 ` [PATCH net-next 2/6] ipv6: netfilter: whitespace in line layouts Ian Morris
2015-04-25 15:57   ` Joe Perches
2015-04-25  9:26 ` [PATCH net-next 3/6] ipv6: netfilter: remove unnecessary braces Ian Morris
2015-04-25 15:59   ` Joe Perches
2015-04-25 16:54     ` Sergei Shtylyov
2015-04-25 17:01       ` Joe Perches
2015-04-25  9:26 ` [PATCH net-next 4/6] ipv6: netfilter: comparison for equality with NULL Ian Morris
2015-04-25  9:26 ` [PATCH net-next 5/6] ipv6: netfilter: comparison for inequality " Ian Morris
2015-04-25  9:27 ` [PATCH net-next 6/6] ipv6: netfilter: simply if-else statements Ian Morris
2015-04-25 16:17   ` Joe Perches
2015-04-27  2:43 ` [PATCH net-next 0/6] ipv6: netfilter - coding style improvements Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).