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

This set of patches performs routine maintenance on the DSA drivers
by removing all checkpatch.pl errors.

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

Changes from V1 of the patch include:
 (Joe Perches Review)
 * Change comment style to one-line for comments
   that can be reduced to one-line
 * Fix spelling of "Priority"
 * Remove device name from netdev_info
 * Coalesce netdev_info lines to one format line
 (Ben Hutchings Review)
 * Replace repeated usleep_range calls with
   timeouts/usleep_range calls.

Thanks,

   Barry

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

 drivers/net/dsa/mv88e6060.c       |   54 ++++++--------
 drivers/net/dsa/mv88e6123_61_65.c |  125 +++++++++++---------------------
 drivers/net/dsa/mv88e6131.c       |  114 ++++++++++--------------------
 drivers/net/dsa/mv88e6xxx.c       |  141 +++++++++++++++----------------------
 drivers/net/dsa/mv88e6xxx.h       |   11 ++-
 5 files changed, 162 insertions(+), 283 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-01-10  8:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09  2:05 [PATCH V2 0/4] DSA: Fix checkpatch.pl output for DSA drivers Barry Grussling
2013-01-09  2:05 ` [PATCH V2 1/4] DSA: Convert DSA comments to network-style comments Barry Grussling
2013-01-09  2:05 ` [PATCH V2 2/4] DSA: Convert repeated msleep calls to timeouts Barry Grussling
2013-01-09  2:05 ` [PATCH V2 3/4] DSA: Convert printk calls to netdev_info calls Barry Grussling
2013-01-09  2:05 ` [PATCH V2 4/4] DSA: Convert spaces to tabs where appropriate Barry Grussling
2013-01-10  8:04 ` [PATCH V2 0/4] DSA: Fix checkpatch.pl output for DSA drivers 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).