From: Joe Perches <joe@perches.com>
To: netdev@vger.kernel.org
Cc: Gary Zambrano <zambrano@broadcom.com>,
Michael Chan <mchan@broadcom.com>,
Eilon Greenstein <eilong@broadcom.com>,
Francois Romieu <romieu@fr.zoreil.com>,
Stephen Hemminger <shemminger@linux-foundation.org>,
Matt Carlson <mcarlson@broadcom.com>,
David Dillow <dave@thedillows.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH net-next 00/15] drivers/net: Use (pr|netdev|netif)_<level> macros
Date: Wed, 17 Feb 2010 17:01:47 -0800 [thread overview]
Message-ID: <cover.1266454575.git.joe@perches.com> (raw)
Use the newly added netdev_<level> and netif_<level> logging macros
in some of the drivers.
Adds some message logging consistency.
pci-skeleton had a checkpatch style cleaning as well.
Joe Perches (15):
drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpers
drivers/net/8139too.c: Use (pr|netdev|netif)_<level> macro helpers
drivers/net/b44.c: Use (pr|netdev|netif)_<level> macro helpers
drivers/net/bnx2.c: Use (pr|netdev|netif)_<level> macro helpers
drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpers
drivers/net/cassini.c: Use (pr|netdev|netif)_<level> macro helpers
drivers/net/cnic.c: Use (pr|netdev)_<level> macro helpers
drivers/net/pci-skeleton.c: Use (pr|netdev|netif)_<level> macro
helpers
drivers/net/sis190.c: Use (pr|netdev|netif)_<level> macro helpers
drivers/net/skge.c: Use (pr|netdev)_<level> macro helpers
drivers/net/skge.c: Use (pr|netdev)_<level> macro helpers
drivers/net/sky2.c: Use (pr|netdev)_<level> macro helpers
drivers/net/tg3.c: Use (pr|netdev)_<level> macro helpers
drivers/net/typhoon.c: Use (pr|netdev)_<level> macro helpers
drivers/net/yellowfin.c: Use (pr|netdev)_<level> macro helpers
drivers/net/8139cp.c | 72 ++--
drivers/net/8139too.c | 187 ++++-----
drivers/net/b44.c | 72 ++--
drivers/net/bnx2.c | 145 +++----
drivers/net/bnx2x.h | 49 ++-
drivers/net/bnx2x_link.c | 21 +-
drivers/net/bnx2x_main.c | 185 ++++-----
drivers/net/cassini.c | 361 +++++++---------
drivers/net/cnic.c | 87 ++---
drivers/net/pci-skeleton.c | 1019 ++++++++++++++++++++++----------------------
drivers/net/sis190.c | 152 ++++----
drivers/net/skge.c | 131 +++---
drivers/net/sky2.c | 63 ++--
drivers/net/tg3.c | 261 +++++-------
drivers/net/typhoon.c | 162 ++++----
drivers/net/yellowfin.c | 162 ++++----
16 files changed, 1431 insertions(+), 1698 deletions(-)
next reply other threads:[~2010-02-18 1:02 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-18 1:01 Joe Perches [this message]
2010-02-18 1:01 ` [PATCH net-next 01/15] drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpers Joe Perches
2010-02-18 1:01 ` [PATCH net-next 02/15] drivers/net/8139too.c: " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 03/15] drivers/net/b44.c: " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 04/15] drivers/net/bnx2.c: " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 05/15] drivers/net/bnx2x: " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 06/15] drivers/net/cassini.c: " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 07/15] drivers/net/cnic.c: Use (pr|netdev)_<level> " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 08/15] drivers/net/pci-skeleton.c: Use (pr|netdev|netif)_<level> " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 09/15] drivers/net/sis190.c: " Joe Perches
2010-02-18 6:00 ` [PATCH V2 " Joe Perches
2010-02-18 23:44 ` David Miller
2010-02-18 1:01 ` [PATCH net-next 10/15] drivers/net/skge.c: Use (pr|netdev)_<level> " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 11/15] " Joe Perches
2010-02-18 1:01 ` [PATCH net-next 12/15] drivers/net/sky2.c: " Joe Perches
2010-02-18 1:02 ` [PATCH net-next 13/15] drivers/net/tg3.c: " Joe Perches
2010-02-18 5:44 ` [PATCH V2 " Joe Perches
2010-02-18 23:44 ` David Miller
2010-02-18 1:02 ` [PATCH net-next 14/15] drivers/net/typhoon.c: " Joe Perches
2010-02-18 1:59 ` David Dillow
2010-02-18 2:18 ` Joe Perches
2010-02-18 2:30 ` David Dillow
2010-02-18 2:41 ` David Miller
2010-02-18 3:01 ` David Dillow
2010-02-18 3:10 ` David Miller
2010-02-18 3:22 ` David Dillow
[not found] ` <1266467718.8446.251.camel@Joe-Laptop.home>
[not found] ` <1266795829.2930.8.camel@obelisk.thedillows.org>
[not found] ` <1266804176.10646.65.camel@Joe-Laptop.home>
2010-02-22 3:08 ` [PATCH V2 " Joe Perches
2010-02-22 3:23 ` David Dillow
2010-02-22 23:43 ` David Miller
2010-02-23 0:22 ` David Dillow
2010-02-23 0:45 ` David Miller
2010-02-22 23:47 ` David Miller
2010-02-18 3:11 ` [PATCH " Joe Perches
2010-02-18 2:53 ` Joe Perches
2010-02-18 3:18 ` David Dillow
2010-02-18 1:02 ` [PATCH net-next 15/15] drivers/net/yellowfin.c: " Joe Perches
2010-02-18 1:46 ` [PATCH net-next 00/15] drivers/net: Use (pr|netdev|netif)_<level> macros David Miller
2010-02-18 2:00 ` David Dillow
2010-02-18 2:01 ` David Miller
2010-02-18 2:06 ` David Miller
2010-02-18 2:19 ` David Dillow
2010-02-18 2:20 ` 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.1266454575.git.joe@perches.com \
--to=joe@perches.com \
--cc=dave@thedillows.org \
--cc=eilong@broadcom.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mcarlson@broadcom.com \
--cc=mchan@broadcom.com \
--cc=netdev@vger.kernel.org \
--cc=romieu@fr.zoreil.com \
--cc=shemminger@linux-foundation.org \
--cc=zambrano@broadcom.com \
/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).