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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri,  1 Nov 2013 08:53:29 -0400
From:	Ben Boeckel <mathstuf@...il.com>
To:	netdev@...r.kernel.org
Cc:	Ben Boeckel <mathstuf@...il.com>
Subject: [PATCHv2 net-next 0/7] smsc: replace printk with netdev_ calls

Clean up printk calls in smsc network drivers by using netdev_<level>
instead. Also fixes some whitespace errors (trailing whitespace,
spaces-between-tabs) noticed while fixing the printk calls. Reindenting files
was not done.

I've compile tested them all on x86 by forcing them to at least compile to
catch obvious errors.

Ben Boeckel (7):
  epic100: replace printk with netdev_ calls
  smc91x: replace printk with netdev_ calls
  smc911x: replace printk with netdev_ calls
  smsc911x: replace printk with netdev_ calls
  smc9194: replace printk with netdev_ calls
  smc91c92_cs: replace printk with netdev_ calls
  smsc9420: replace printk with netdev_ calls

 drivers/net/ethernet/smsc/epic100.c     | 125 ++++++------
 drivers/net/ethernet/smsc/smc911x.c     | 331 ++++++++++++++++----------------
 drivers/net/ethernet/smsc/smc911x.h     |   2 +-
 drivers/net/ethernet/smsc/smc9194.c     |  52 +++--
 drivers/net/ethernet/smsc/smc91c92_cs.c |  43 ++---
 drivers/net/ethernet/smsc/smc91x.c      | 237 +++++++++++------------
 drivers/net/ethernet/smsc/smc91x.h      |   4 +-
 drivers/net/ethernet/smsc/smsc911x.c    |   2 +-
 drivers/net/ethernet/smsc/smsc9420.c    |  26 +--
 9 files changed, 402 insertions(+), 420 deletions(-)

-- 
1.8.4.2

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