All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf-next 0/6] coding style improvements: netfilter-ipv4
@ 2015-10-14 22:17 Ian Morris
  2015-10-14 22:17 ` [PATCH nf-next 1/6] netfilter-ipv4: Line layout whitespace fixes Ian Morris
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Ian Morris @ 2015-10-14 22:17 UTC (permalink / raw)
  To: netfilter-devel, netdev; +Cc: Ian Morris

This series of patches improves the coding style of the netfilter-ipv4 
code by addressing some issues detected by checkpatch.

The changes were previously submitted as part of a larger monolithic 
patch but on advice from Pablo, these are being re-sent in smaller, 
more structured batches.

Ian Morris (6):
  netfilter-ipv4: Line layout whitespace fixes
  netfilter-ipv4: label placement
  netfilter-ipv4: ternary operator layout
  netfilter-ipv4: function definition layout
  netfilter-ipv4: code indentation
  netfilter-ipv4: whitespace around operators

 net/ipv4/netfilter/arp_tables.c        | 12 ++++++------
 net/ipv4/netfilter/ip_tables.c         | 20 ++++++++++----------
 net/ipv4/netfilter/ipt_CLUSTERIP.c     |  8 ++++----
 net/ipv4/netfilter/ipt_ECN.c           |  2 +-
 net/ipv4/netfilter/ipt_SYNPROXY.c      |  2 +-
 net/ipv4/netfilter/ipt_ah.c            |  2 +-
 net/ipv4/netfilter/iptable_security.c  |  2 +-
 net/ipv4/netfilter/nf_nat_pptp.c       |  2 +-
 net/ipv4/netfilter/nf_nat_snmp_basic.c |  4 ++--
 9 files changed, 27 insertions(+), 27 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-10-16 17:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 22:17 [PATCH nf-next 0/6] coding style improvements: netfilter-ipv4 Ian Morris
2015-10-14 22:17 ` [PATCH nf-next 1/6] netfilter-ipv4: Line layout whitespace fixes Ian Morris
2015-10-16 17:22   ` Pablo Neira Ayuso
2015-10-14 22:17 ` [PATCH nf-next 2/6] netfilter-ipv4: label placement Ian Morris
2015-10-14 22:17 ` [PATCH nf-next 3/6] netfilter-ipv4: ternary operator layout Ian Morris
2015-10-14 22:17 ` [PATCH nf-next 4/6] netfilter-ipv4: function definition layout Ian Morris
2015-10-14 22:17 ` [PATCH nf-next 5/6] netfilter-ipv4: code indentation Ian Morris
2015-10-14 22:17 ` [PATCH nf-next 6/6] netfilter-ipv4: whitespace around operators Ian Morris
2015-10-16 17:20 ` [PATCH nf-next 0/6] coding style improvements: netfilter-ipv4 Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.