From: Joe Perches <joe@perches.com>
To: netdev@vger.kernel.org
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
Jesse Brandeburg <jesse.brandeburg@intel.com>,
Bruce Allan <bruce.w.allan@intel.com>,
Alex Duyck <alexander.h.duyck@intel.com>,
PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>,
John Ronciak <john.ronciak@intel.com>,
Don Fry <pcnet32@verizon.net>,
Stephen Hemminger <shemminger@linux-foundation.org>,
Alexander Indenbaum <baum@tehutinetworks.net>,
Andy Gospodarek <andy@greyhouse.net>,
e1000-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [PATCH net-next 0/7] drivers/net: Use netif_<level> macros
Date: Mon, 15 Feb 2010 10:34:19 -0800 [thread overview]
Message-ID: <cover.1266258417.git.joe@perches.com> (raw)
And a few checkpatch cleanups
Joe Perches (7):
drivers/net/ixgb: Use netif_printk macros
drivers/net/sky2: Convert to use netif_printk macros
drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers
drivers/net/tehuti.c: Hoist assigns out of ifs
drivers/net/tehuti.c: trivial checkpatch cleanups
drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpers
drivers/net/pcnet32.c: Checkpatch cleaning
drivers/net/ixgb/ixgb.h | 11 +-
drivers/net/ixgb/ixgb_main.c | 89 ++++----
drivers/net/pcnet32.c | 500 +++++++++++++++++-------------------------
drivers/net/sky2.c | 65 +++----
drivers/net/tehuti.c | 151 +++++++-------
drivers/net/tehuti.h | 30 ++-
6 files changed, 374 insertions(+), 472 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: netdev@vger.kernel.org
Cc: e1000-devel@lists.sourceforge.net,
Bruce Allan <bruce.w.allan@intel.com>,
Jesse Brandeburg <jesse.brandeburg@intel.com>,
linux-kernel@vger.kernel.org,
John Ronciak <john.ronciak@intel.com>,
Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
Don Fry <pcnet32@verizon.net>,
Stephen Hemminger <shemminger@linux-foundation.org>,
Andy Gospodarek <andy@greyhouse.net>,
Alexander Indenbaum <baum@tehutinetworks.net>
Subject: [PATCH net-next 0/7] drivers/net: Use netif_<level> macros
Date: Mon, 15 Feb 2010 10:34:19 -0800 [thread overview]
Message-ID: <cover.1266258417.git.joe@perches.com> (raw)
And a few checkpatch cleanups
Joe Perches (7):
drivers/net/ixgb: Use netif_printk macros
drivers/net/sky2: Convert to use netif_printk macros
drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers
drivers/net/tehuti.c: Hoist assigns out of ifs
drivers/net/tehuti.c: trivial checkpatch cleanups
drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpers
drivers/net/pcnet32.c: Checkpatch cleaning
drivers/net/ixgb/ixgb.h | 11 +-
drivers/net/ixgb/ixgb_main.c | 89 ++++----
drivers/net/pcnet32.c | 500 +++++++++++++++++-------------------------
drivers/net/sky2.c | 65 +++----
drivers/net/tehuti.c | 151 +++++++-------
drivers/net/tehuti.h | 30 ++-
6 files changed, 374 insertions(+), 472 deletions(-)
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
next reply other threads:[~2010-02-15 18:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-15 18:34 Joe Perches [this message]
2010-02-15 18:34 ` [PATCH net-next 0/7] drivers/net: Use netif_<level> macros Joe Perches
2010-02-15 18:34 ` [PATCH net-next 1/7] drivers/net/ixgb: Use netif_printk macros Joe Perches
2010-02-15 18:34 ` Joe Perches
2010-02-15 18:34 ` [PATCH net-next 2/7] drivers/net/sky2: Convert to use " Joe Perches
2010-02-15 18:34 ` [PATCH net-next 3/7] drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers Joe Perches
2010-02-15 18:34 ` [PATCH net-next 4/7] drivers/net/tehuti.c: Hoist assigns out of ifs Joe Perches
2010-02-15 18:34 ` [PATCH net-next 5/7] drivers/net/tehuti.c: trivial checkpatch cleanups Joe Perches
2010-02-15 18:34 ` [PATCH net-next 6/7] drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpers Joe Perches
2010-02-15 18:34 ` [PATCH net-next 7/7] drivers/net/pcnet32.c: Checkpatch cleaning Joe Perches
2010-02-16 23:46 ` [PATCH net-next 0/7] drivers/net: Use netif_<level> macros David Miller
2010-02-16 23:46 ` 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.1266258417.git.joe@perches.com \
--to=joe@perches.com \
--cc=alexander.h.duyck@intel.com \
--cc=andy@greyhouse.net \
--cc=baum@tehutinetworks.net \
--cc=bruce.w.allan@intel.com \
--cc=e1000-devel@lists.sourceforge.net \
--cc=jeffrey.t.kirsher@intel.com \
--cc=jesse.brandeburg@intel.com \
--cc=john.ronciak@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pcnet32@verizon.net \
--cc=peter.p.waskiewicz.jr@intel.com \
--cc=shemminger@linux-foundation.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.