netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] forcedeth: Convert to use netdev_<level> and neatening
@ 2010-11-29 17:41 Joe Perches
  2010-11-29 17:41 ` [PATCH 01/11] forcedeth: Change reg_delay arguments and use Joe Perches
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Joe Perches @ 2010-11-29 17:41 UTC (permalink / raw)
  To: netdev; +Cc: Ben Hutchings, Szymon Janc, Michał Mirosław,
	linux-kernel

Some mild restructuring and some generally neatening.

The conversions of dprintk to netdev_dbg in patches 2 and 4 are
deleted in patch 10 as these seem to have been used only
during initial development and are not normally compiled-in.

Patch 10 may be ignored if desired.

Object size is reduced ~2Kb overall.

$ size drivers/net/forcedeth.o.*
   text	   data	    bss	    dec	    hex	filename
  71739	    336	  17176	  89251	  15ca3	drivers/net/forcedeth.o.new
  73416	    240	  17696	  91352	  164d8	drivers/net/forcedeth.o.old

Joe Perches (11):
  forcedeth: Change reg_delay arguments and use
  forcedeth: convert dprintk(KERN_DEBUG to netdev_dbg
  forcedeth: Use print_hex_dump
  forcedeth: Convert remaining dprintk to netdev_dbg
  forcedeth: Use pr_fmt and pr_<level>
  forcedeth: Convert pr_<level> to netdev_<level>
  forcedeth: Add function init_realtek_8211b
  forcedeth: Separate vendor specific initializations into functions
  forcedeth: Convert dev_printk(<level> to dev_<level>(
  forcedeth: Remove netdev_dbg uses
  forcedeth: Use netdev_dbg for printk(KERN_DEBUG

 drivers/net/forcedeth.c |  860 ++++++++++++++++++++---------------------------
 1 files changed, 357 insertions(+), 503 deletions(-)

-- 
1.7.3.2.245.g03276.dirty

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

end of thread, other threads:[~2010-11-29 19:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 17:41 [PATCH 00/11] forcedeth: Convert to use netdev_<level> and neatening Joe Perches
2010-11-29 17:41 ` [PATCH 01/11] forcedeth: Change reg_delay arguments and use Joe Perches
2010-11-29 17:41 ` [PATCH 02/11] forcedeth: convert dprintk(KERN_DEBUG to netdev_dbg Joe Perches
2010-11-29 17:41 ` [PATCH 03/11] forcedeth: Use print_hex_dump Joe Perches
2010-11-29 17:41 ` [PATCH 04/11] forcedeth: Convert remaining dprintk to netdev_dbg Joe Perches
2010-11-29 17:41 ` [PATCH 05/11] forcedeth: Use pr_fmt and pr_<level> Joe Perches
2010-11-29 17:41 ` [PATCH 06/11] forcedeth: Convert pr_<level> to netdev_<level> Joe Perches
2010-11-29 17:41 ` [PATCH 07/11] forcedeth: Add function init_realtek_8211b Joe Perches
2010-11-29 17:41 ` [PATCH 08/11] forcedeth: Separate vendor specific initializations into functions Joe Perches
2010-11-29 17:42 ` [PATCH 09/11] forcedeth: Convert dev_printk(<level> to dev_<level>( Joe Perches
2010-11-29 17:42 ` [PATCH 10/11] forcedeth: Remove netdev_dbg uses Joe Perches
2010-11-29 17:42 ` [PATCH 11/11] forcedeth: Use netdev_dbg for printk(KERN_DEBUG Joe Perches
2010-11-29 19:51 ` [PATCH 00/11] forcedeth: Convert to use netdev_<level> and neatening David Miller

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