mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] drivers/net: Use netif_<level> macros
@ 2010-02-15 18:34 Joe Perches
  2010-02-15 18:34 ` [PATCH net-next 1/7] drivers/net/ixgb: Use netif_printk macros Joe Perches
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Joe Perches @ 2010-02-15 18:34 UTC (permalink / raw)
  To: netdev
  Cc: Jeff Kirsher, Jesse Brandeburg, Bruce Allan, Alex Duyck,
	PJ Waskiewicz, John Ronciak, Don Fry, Stephen Hemminger,
	Alexander Indenbaum, Andy Gospodarek, e1000-devel, linux-kernel

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(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-02-16 23:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome