netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Forcedeth code style cleanup
@ 2010-11-27 18:39 Szymon Janc
  2010-11-27 18:39 ` [PATCH 1/6] forcedeth: fix multiple code style issues Szymon Janc
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Szymon Janc @ 2010-11-27 18:39 UTC (permalink / raw)
  To: netdev; +Cc: Szymon Janc

Hi,

Following patches make checkpatch less unhappy about forcedeth.c.

total: 107 errors, 511 warnings, 6222 lines checked
vs
total: 12 errors, 467 warnings, 6190 lines checked

Remaining errors are false positives, remaining warnings are all lines over 80
characters.

Please keep me in CC.

Szymon Janc (6):
  forcedeth: fix multiple code style issues
  forcedeth: remove unnecessary checks before kfree
  forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of    
    <asm/io.h> and <asm/uaccess.h> as suggested by checkpatch
  forcedeth: do not use assignment in if conditions
  forcedeth: use KERN_ facility level in printk
  forcedeth: use usleep_range not msleep for small sleeps

 drivers/net/forcedeth.c |  328 +++++++++++++++++++++--------------------------
 1 files changed, 148 insertions(+), 180 deletions(-)

-- 
1.7.2.3



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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 18:39 [PATCH 0/6] Forcedeth code style cleanup Szymon Janc
2010-11-27 18:39 ` [PATCH 1/6] forcedeth: fix multiple code style issues Szymon Janc
2010-11-27 18:39 ` [PATCH 2/6] forcedeth: remove unnecessary checks before kfree Szymon Janc
2010-11-27 18:39 ` [PATCH 3/6] forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> and <asm/uaccess.h> as suggested by checkpatch Szymon Janc
2010-11-27 18:39 ` [PATCH 4/6] forcedeth: do not use assignment in if conditions Szymon Janc
2010-11-27 18:39 ` [PATCH 5/6] forcedeth: use KERN_ facility level in printk Szymon Janc
2010-11-27 19:04   ` Ben Hutchings
2010-11-27 19:45     ` Joe Perches
2010-11-28  9:05       ` Michał Mirosław
2010-11-28  9:11         ` Joe Perches
2010-11-27 18:39 ` [PATCH 6/6] forcedeth: use usleep_range not msleep for small sleeps Szymon Janc
2010-11-29  2:07 ` [PATCH 0/6] Forcedeth code style cleanup 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).