netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: e1000-devel@lists.sourceforge.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] i40e: Neatening and object size reductions
Date: Fri, 30 Aug 2013 16:06:06 -0700	[thread overview]
Message-ID: <cover.1377903831.git.joe@perches.com> (raw)

Just some potential cleanings...

Joe Perches (4):
  i40e: Whitespace cleaning
  i40e: Add and use pf_<level>
  i40e: pf_<level> remove "%s: " ... __func__
  i40e: Convert pf_<level> macros to functions

 drivers/net/ethernet/intel/i40e/i40e.h             |  149 +--
 drivers/net/ethernet/intel/i40e/i40e_common.c      |   20 +-
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c     | 1133 ++++++++------------
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     |   47 +-
 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c     |   24 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  652 +++++------
 drivers/net/ethernet/intel/i40e/i40e_nvm.c         |    4 +-
 drivers/net/ethernet/intel/i40e/i40e_sysfs.c       |   24 +-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        |    9 +-
 drivers/net/ethernet/intel/i40e/i40e_txrx.h        |   15 +-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  217 ++--
 11 files changed, 928 insertions(+), 1366 deletions(-)

-- 
1.8.1.2.459.gbcd45b4.dirty

             reply	other threads:[~2013-08-30 23:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30 23:06 Joe Perches [this message]
2013-08-30 23:06 ` [PATCH 1/4] i40e: Whitespace cleaning Joe Perches
2013-08-30 23:06 ` [PATCH 2/4] i40e: Add and use pf_<level> Joe Perches
2013-08-30 23:06 ` [PATCH 3/4] i40e: pf_<level> remove "%s: " ... __func__ Joe Perches
2013-08-30 23:06 ` [PATCH 4/4] i40e: Convert pf_<level> macros to functions Joe Perches
2013-08-31  1:47   ` [PATCH] i40e: Fix 32 bit shift compilation warnings Joe Perches
2013-08-31  2:12     ` Jeff Kirsher
2013-08-31 16:45     ` [E1000-devel] " Stephen Hemminger
2013-08-31  2:12 ` [PATCH 0/4] i40e: Neatening and object size reductions Jeff Kirsher
2013-09-04  1:00 ` [E1000-devel] " Nelson, Shannon
2013-09-04  1:30   ` Joe Perches
2013-09-04  1:38     ` Nelson, Shannon
2013-09-04  4:31   ` 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.1377903831.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --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).