[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1409685364-4327-1-git-send-email-ipm@chirality.org.uk>
Date: Tue, 2 Sep 2014 20:16:00 +0100
From: Ian Morris <ipm@...rality.org.uk>
To: netdev@...r.kernel.org
Cc: Ian Morris <ipm@...rality.org.uk>
Subject: [PATCH net-next 0/4] ipv6: coding style improvements
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists