All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH 00/20] net/atm: Cleanups
Date: Mon,  7 Dec 2009 21:56:56 -0800	[thread overview]
Message-ID: <cover.1260251570.git.joe@perches.com> (raw)

Reduced checkpatch complaints, added a couple of cleanup functions
to reduce indentation levels

Joe Perches (20):
  net/atm: Convert printk to pr_<level>
  net/atm/addr.c: checkpatch cleanups
  net/atm/atm_misc.c: checkpatch cleanups
  net/atm/atm_sysfs.c: checkpatch cleanups
  net/atm/br2684.c: checkpatch cleanups
  net/atm/clip.c: checkpatch cleanups
  net/atm/common.c: checkpatch cleanups
  net/atm/ioctl.c: checkpatch cleanups
  net/atm/lec.c: checkpatch cleanups
  net/atm/mpc.c: checkpatch cleanups
  net/atm/mpoa_caches.c: checkpatch cleanups
  net/atm/mpoa_proc.c: checkpatch cleanups
  net/atm/pppoatm.c: checkpatch cleanups
  net/atm/proc.c: checkpatch cleanups
  net/atm/pvc.c: checkpatch cleanups
  net/atm/raw.c: checkpatch cleanups
  net/atm/resources.c: checkpatch cleanups
  net/atm/signaling.c: checkpatch cleanups
  net/atm/svc.c: checkpatch cleanups
  net/atm/lec.c: Add __lec_arp_check_expire and other cleanups

 net/atm/addr.c        |    2 +-
 net/atm/atm_misc.c    |   40 ++--
 net/atm/atm_sysfs.c   |   27 ++-
 net/atm/br2684.c      |   90 ++++----
 net/atm/clip.c        |   86 ++++----
 net/atm/common.c      |  386 ++++++++++++++++---------------
 net/atm/ioctl.c       |  196 ++++++++--------
 net/atm/lec.c         |  601 +++++++++++++++++++++++--------------------------
 net/atm/mpc.c         |  443 +++++++++++++++++++++----------------
 net/atm/mpoa_caches.c |  154 +++++++------
 net/atm/mpoa_proc.c   |   65 +++---
 net/atm/pppoatm.c     |   28 ++-
 net/atm/proc.c        |   81 ++++---
 net/atm/pvc.c         |   43 ++--
 net/atm/raw.c         |   26 +--
 net/atm/resources.c   |  402 ++++++++++++++++-----------------
 net/atm/signaling.c   |  219 +++++++++---------
 net/atm/svc.c         |  258 +++++++++++-----------
 18 files changed, 1589 insertions(+), 1558 deletions(-)


             reply	other threads:[~2009-12-08  5:57 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-08  5:56 Joe Perches [this message]
2009-12-08  5:56 ` [PATCH 01/20] net/atm: Convert printk to pr_<level> Joe Perches
2009-12-08  5:56 ` [PATCH 02/20] net/atm/addr.c: checkpatch cleanups Joe Perches
2009-12-08  5:56 ` [PATCH 03/20] net/atm/atm_misc.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 04/20] net/atm/atm_sysfs.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 05/20] net/atm/br2684.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 06/20] net/atm/clip.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 07/20] net/atm/common.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 08/20] net/atm/ioctl.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 09/20] net/atm/lec.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 10/20] net/atm/mpc.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 11/20] net/atm/mpoa_caches.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 12/20] net/atm/mpoa_proc.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 13/20] net/atm/pppoatm.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 14/20] net/atm/proc.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 15/20] net/atm/pvc.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 16/20] net/atm/raw.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 17/20] net/atm/resources.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 18/20] net/atm/signaling.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 19/20] net/atm/svc.c: " Joe Perches
2009-12-08  5:57 ` [PATCH 20/20] net/atm/lec.c: Add __lec_arp_check_expire and other cleanups Joe Perches
2009-12-08 21:12 ` [PATCH 00/20] net/atm: Cleanups David Miller
2009-12-08 21:21   ` Joe Perches

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.1260251570.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=davem@davemloft.net \
    --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 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.