netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] DSA: Fix checkpatch.pl output for DSA drivers
@ 2013-01-03  1:54 Barry Grussling
  2013-01-03  1:54 ` [PATCH 1/4] DSA: Convert DSA driver comments to network-style comments Barry Grussling
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Barry Grussling @ 2013-01-03  1:54 UTC (permalink / raw)
  To: barry, netdev

This set of patches performs routine maintenance on the DSA drivers
by removing all checkpatch.pl errors except for quoted strings 
crossing multiple lines.  

These patches do the following things:
 * Switch to network-style comments
 * Convert msleep calls to usleep_range calls
 * Convert printk calls to netdev_info calls
 * Fix whitespace issues

Let me know if you want the patches formatted differently/
squashed or anything else.  

Thanks,

   Barry

Barry Grussling (4):
  Convert DSA driver comments to network-style comments
  Convert msleep calls to usleep_range calls
  Convert printk calls to netdev_info calls
  Convert spaces to tabs where appropriate

 drivers/net/dsa/mv88e6060.c       |   36 +++++--------
 drivers/net/dsa/mv88e6123_61_65.c |  104 +++++++++++++----------------------
 drivers/net/dsa/mv88e6131.c       |   95 ++++++++++++--------------------
 drivers/net/dsa/mv88e6xxx.c       |  107 ++++++++++++++++---------------------
 drivers/net/dsa/mv88e6xxx.h       |   11 ++--
 5 files changed, 132 insertions(+), 221 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-01-03 22:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03  1:54 [PATCH 0/4] DSA: Fix checkpatch.pl output for DSA drivers Barry Grussling
2013-01-03  1:54 ` [PATCH 1/4] DSA: Convert DSA driver comments to network-style comments Barry Grussling
2013-01-03  2:05   ` Joe Perches
2013-01-03  1:54 ` [PATCH 2/4] DSA: Convert msleep calls to usleep_range calls Barry Grussling
2013-01-03 20:14   ` Ben Hutchings
2013-01-03 22:33     ` Barry Grussling
2013-01-03 22:56       ` Ben Hutchings
2013-01-03  1:54 ` [PATCH 3/4] DSA: Convert printk calls to netdev_info calls Barry Grussling
2013-01-03 19:06   ` Joe Perches
2013-01-03  1:54 ` [PATCH 4/4] DSA: Convert spaces to tabs where appropriate Barry Grussling

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