[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1290883188-2078-1-git-send-email-szymon@janc.net.pl>
Date: Sat, 27 Nov 2010 19:39:42 +0100
From: Szymon Janc <szymon@...c.net.pl>
To: netdev@...r.kernel.org
Cc: Szymon Janc <szymon@...c.net.pl>
Subject: [PATCH 0/6] Forcedeth code style cleanup
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists