lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ