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: [net-next PATCH 00/21] net/atm neatening cleanups
Date: Tue, 26 Jan 2010 13:39:59 -0800	[thread overview]
Message-ID: <cover.1264541547.git.joe@perches.com> (raw)

Miscellaneous cleanups to net/atm

Joe Perches (21):
  net/atm: Convert printk to pr_<level>
  net/atm/addr.c: Convert include <asm to include <linux
  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: Cleanup dprint/ddprintk #defines and uses

 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         |  599 +++++++++++++++++++++++--------------------------
 net/atm/mpc.c         |  540 +++++++++++++++++++++++++--------------------
 net/atm/mpoa_caches.c |  190 +++++++++-------
 net/atm/mpoa_proc.c   |   89 ++++----
 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, 1675 insertions(+), 1627 deletions(-)


             reply	other threads:[~2010-01-26 21:40 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-26 21:39 Joe Perches [this message]
2010-01-26 21:40 ` [PATCH 01/21] net/atm: Convert printk to pr_<level> Joe Perches
2010-01-26 21:40 ` [PATCH 02/21] net/atm/addr.c: Convert include <asm to include <linux Joe Perches
2010-01-26 21:40 ` [PATCH 03/21] net/atm/atm_misc.c: checkpatch cleanups Joe Perches
2010-01-26 21:40 ` [PATCH 04/21] net/atm/atm_sysfs.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 05/21] net/atm/br2684.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 06/21] net/atm/clip.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 07/21] net/atm/common.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 08/21] net/atm/ioctl.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 09/21] net/atm/lec.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 10/21] net/atm/mpc.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 11/21] net/atm/mpoa_caches.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 12/21] net/atm/mpoa_proc.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 13/21] net/atm/pppoatm.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 14/21] net/atm/proc.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 15/21] net/atm/pvc.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 16/21] net/atm/raw.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 17/21] net/atm/resources.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 18/21] net/atm/signaling.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 19/21] net/atm/svc.c: " Joe Perches
2010-01-26 21:40 ` [PATCH 20/21] net/atm/lec.c: Add __lec_arp_check_expire and other cleanups Joe Perches
2010-01-26 21:40 ` [PATCH 21/21] net/atm: Cleanup dprint/ddprintk #defines and uses Joe Perches
2010-01-27  4:57 ` [net-next PATCH 00/21] net/atm neatening cleanups David Miller
2010-01-27  5:11   ` Joe Perches
2010-01-27  5:15     ` 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.1264541547.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.