All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] ipv6: coding style improvements
@ 2014-09-02 19:16 Ian Morris
  2014-09-02 19:16 ` [PATCH net-next 1/4] ipv6: coding style - no assignment in if statements Ian Morris
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Ian Morris @ 2014-09-02 19:16 UTC (permalink / raw)
  To: netdev; +Cc: Ian Morris

This sequences of patches makes adjustments to the ipv6 code to try to better
follow the kernel coding style guidelines. No changes to the resultant object
code is detected by objdiff.

Ian Morris (4):
  ipv6: coding style - no assignment in if statements
  ipv6: coding style - min to min_t conversion
  ipv6: coding style - convert printk
  ipv6: coding style - cleanse bracing

 net/ipv6/addrconf.c       |   30 ++++++++++++++++------------
 net/ipv6/addrconf_core.c  |    3 +--
 net/ipv6/ah6.c            |    7 ++++---
 net/ipv6/datagram.c       |    3 ++-
 net/ipv6/esp6.c           |    3 ++-
 net/ipv6/exthdrs_core.c   |    6 +++---
 net/ipv6/icmp.c           |    3 ++-
 net/ipv6/ip6_fib.c        |    4 ++--
 net/ipv6/ip6_flowlabel.c  |    9 ++++++---
 net/ipv6/ip6_gre.c        |    4 ++--
 net/ipv6/ip6_input.c      |   16 +++++++--------
 net/ipv6/ip6_output.c     |   32 ++++++++++++++++--------------
 net/ipv6/ip6_tunnel.c     |   22 ++++++++++-----------
 net/ipv6/ip6_vti.c        |    4 ++--
 net/ipv6/ip6mr.c          |   13 ++++++------
 net/ipv6/ipv6_sockglue.c  |    7 ++++---
 net/ipv6/mcast.c          |   48 ++++++++++++++++++++++++++-------------------
 net/ipv6/ndisc.c          |   25 ++++++++++-------------
 net/ipv6/ping.c           |    8 ++++----
 net/ipv6/raw.c            |    3 ++-
 net/ipv6/reassembly.c     |    3 ++-
 net/ipv6/route.c          |   25 +++++++++++------------
 net/ipv6/sit.c            |    7 ++++---
 net/ipv6/tcp_ipv6.c       |   10 ++++++----
 net/ipv6/udp.c            |   26 ++++++++++++------------
 net/ipv6/xfrm6_output.c   |    4 ++--
 net/ipv6/xfrm6_protocol.c |   25 ++++++++++++++---------
 net/ipv6/xfrm6_tunnel.c   |    3 ++-
 28 files changed, 191 insertions(+), 162 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-09-03  7:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-02 19:16 [PATCH net-next 0/4] ipv6: coding style improvements Ian Morris
2014-09-02 19:16 ` [PATCH net-next 1/4] ipv6: coding style - no assignment in if statements Ian Morris
2014-09-03  1:44   ` YOSHIFUJI Hideaki
2014-09-02 19:16 ` [PATCH net-next 2/4] ipv6: coding style - min to min_t conversion Ian Morris
2014-09-03  1:29   ` YOSHIFUJI Hideaki
2014-09-02 19:16 ` [PATCH net-next 3/4] ipv6: coding style - convert printk Ian Morris
2014-09-03  1:44   ` YOSHIFUJI Hideaki
2014-09-02 19:16 ` [PATCH net-next 4/4] ipv6: coding style - cleanse bracing Ian Morris
2014-09-03  1:31   ` YOSHIFUJI Hideaki/吉藤英明
2014-09-03  7:52     ` Yuval Mintz

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.