netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-decnet-user@lists.sourceforge.net,
	netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org,
	coreteam@netfilter.org, netdev@vger.kernel.org,
	linux-x25@vger.kernel.org, linux-h
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 00/12] net switch/case reformatting
Date: Fri,  1 Jul 2011 12:43:01 -0700	[thread overview]
Message-ID: <cover.1309549243.git.joe@perches.com> (raw)

Just whitespace cleanups with a couple trivial corrections

Joe Perches (12):
  appletalk: Reduce switch/case indent
  decnet: Reduce switch/case indent
  econet: Reduce switch/case indent
  ipconfig: Reduce switch/case indent
  netfilter: Reduce switch/case indent
  ipv4: Reduce switch/case indent
  ipv6: Reduce switch/case indent
  lapb: Reduce switch/case indent
  netrom:  Reduce switch/case indent
  sctp: Reduce switch/case indent
  sunrpc: Reduce switch/case indent
  x25: Reduce switch/case indent

 net/appletalk/aarp.c                   |  138 +++---
 net/appletalk/ddp.c                    |  398 +++++++-------
 net/decnet/af_decnet.c                 |  697 +++++++++++++-------------
 net/decnet/dn_dev.c                    |   70 ++--
 net/decnet/dn_fib.c                    |   77 ++--
 net/decnet/dn_neigh.c                  |   14 +-
 net/decnet/dn_nsp_in.c                 |  182 ++++----
 net/decnet/dn_route.c                  |  102 ++--
 net/decnet/dn_table.c                  |   23 +-
 net/decnet/netfilter/dn_rtmsg.c        |   18 +-
 net/decnet/sysctl_net_decnet.c         |   17 +-
 net/econet/af_econet.c                 |   23 +-
 net/ipv4/ipconfig.c                    |   73 ++--
 net/ipv4/netfilter/ipt_CLUSTERIP.c     |   26 +-
 net/ipv4/netfilter/nf_nat_snmp_basic.c |  210 ++++----
 net/ipv4/raw.c                         |   36 +-
 net/ipv4/route.c                       |   28 +-
 net/ipv6/raw.c                         |  145 +++---
 net/lapb/lapb_iface.c                  |   30 +-
 net/lapb/lapb_in.c                     |  881 ++++++++++++++++----------------
 net/netfilter/xt_HL.c                  |   64 ++--
 net/netfilter/xt_hl.c                  |   32 +-
 net/netrom/nr_route.c                  |   22 +-
 net/sctp/sm_statefuns.c                |   51 +-
 net/sctp/socket.c                      |   10 +-
 net/sunrpc/auth_gss/auth_gss.c         |   46 +-
 net/sunrpc/clnt.c                      |   25 +-
 net/sunrpc/rpc_pipe.c                  |   14 +-
 net/x25/af_x25.c                       |  473 +++++++++---------
 net/x25/x25_dev.c                      |   44 +-
 net/x25/x25_in.c                       |  118 +++---
 net/x25/x25_link.c                     |   87 ++--
 net/x25/x25_subr.c                     |   78 ++--
 33 files changed, 2111 insertions(+), 2141 deletions(-)

-- 
1.7.6.rc1


             reply	other threads:[~2011-07-01 19:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01 19:43 Joe Perches [this message]
2011-07-01 19:43 ` [PATCH 02/12] decnet: Reduce switch/case indent Joe Perches
2011-07-01 19:43 ` [PATCH 05/12] netfilter: " Joe Perches
2011-07-01 23:15 ` [PATCH 00/12] net switch/case reformatting 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=cover.1309549243.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=coreteam@netfilter.org \
    --cc=linux-decnet-user@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-x25@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=netfilter@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).