netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] IPV6 Code cleansing
@ 2014-08-24 20:53 Ian Morris
  2014-08-24 20:53 ` [PATCH net-next 1/3] ipv6: White-space cleansing : Line Layouts Ian Morris
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ian Morris @ 2014-08-24 20:53 UTC (permalink / raw)
  To: netdev; +Cc: Ian Morris

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

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

end of thread, other threads:[~2014-08-25  5:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-24 20:53 [PATCH net-next 0/3] IPV6 Code cleansing Ian Morris
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

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).