From: Ian Morris <ipm@chirality.org.uk>
To: netdev@vger.kernel.org
Cc: Ian Morris <ipm@chirality.org.uk>
Subject: [PATCH net-next 0/3] IPV6 Code cleansing
Date: Sun, 24 Aug 2014 21:53:09 +0100 [thread overview]
Message-ID: <1408913592-10630-1-git-send-email-ipm@chirality.org.uk> (raw)
This sequence of patches reduces the number of checkpatch issues in the ipv6
code. Other than changes to whitespace, there is no change to the code.
There are no changes to object output as detected by objdump.
Ian Morris (3):
ipv6: White-space cleansing : Line Layouts
ipv6: White-space cleansing : Structure layouts
ipv6: White-space cleansing : gaps between function and symbol export
net/ipv6/addrconf.c | 12 ++---
net/ipv6/af_inet6.c | 12 ++---
net/ipv6/ah6.c | 21 ++++----
net/ipv6/datagram.c | 8 +--
net/ipv6/esp6.c | 15 +++---
net/ipv6/exthdrs.c | 2 +-
net/ipv6/icmp.c | 10 ++--
net/ipv6/inet6_connection_sock.c | 6 +--
net/ipv6/inet6_hashtables.c | 5 +-
net/ipv6/ip6_flowlabel.c | 19 ++++----
net/ipv6/ip6_icmp.c | 2 +-
net/ipv6/ip6_input.c | 6 +--
net/ipv6/ip6_offload.c | 2 +-
net/ipv6/ip6_output.c | 21 ++++----
net/ipv6/ip6_tunnel.c | 32 ++++++------
net/ipv6/ip6mr.c | 4 +-
net/ipv6/ipcomp6.c | 6 +--
net/ipv6/ipv6_sockglue.c | 26 +++++-----
net/ipv6/mcast.c | 100 +++++++++++++++++++-------------------
net/ipv6/mip6.c | 10 ++--
net/ipv6/ndisc.c | 17 +++----
net/ipv6/output_core.c | 2 +-
net/ipv6/proc.c | 2 +-
net/ipv6/raw.c | 8 +--
net/ipv6/reassembly.c | 12 ++---
net/ipv6/route.c | 22 ++++-----
net/ipv6/sit.c | 12 ++---
net/ipv6/tunnel6.c | 4 +-
net/ipv6/udp.c | 18 +++----
net/ipv6/xfrm6_input.c | 6 +--
net/ipv6/xfrm6_output.c | 1 -
net/ipv6/xfrm6_policy.c | 22 ++++-----
net/ipv6/xfrm6_state.c | 14 +++---
net/ipv6/xfrm6_tunnel.c | 4 +-
34 files changed, 216 insertions(+), 247 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-08-24 20:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-24 20:53 Ian Morris [this message]
2014-08-24 20:53 ` [PATCH net-next 1/3] ipv6: White-space cleansing : Line Layouts Ian Morris
2014-08-24 20:53 ` [PATCH net-next 2/3] ipv6: White-space cleansing : Structure layouts Ian Morris
2014-08-24 20:53 ` [PATCH net-next 3/3] ipv6: White-space cleansing : gaps between function and symbol export Ian Morris
2014-08-25 5:38 ` [PATCH net-next 0/3] IPV6 Code cleansing David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1408913592-10630-1-git-send-email-ipm@chirality.org.uk \
--to=ipm@chirality.org.uk \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).