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,  5 May 2012 16:31:44 +0200
From:	Johannes Thumshirn <morbidrsa@...glemail.com>
To:	gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Cc:	grabner@....tugraz.at, andor.daam@...glemail.com, thomas@...3r.de,
	jj@...osbits.net, stefanha@...il.com,
	Johannes Thumshirn <morbidrsa@...glemail.com>
Subject: [PATCH 0/8] drivers/staging/line6/ chechpatch.pl cleanups

Some minor changes to get rid of some warnings and errors produced by the
checkpatch.pl script

Johannes Thumshirn (8):
  drivers/staging/line6/control.c: Change strict_strtoul to kstrtoul
  drivers/staging/line6/pod.c: Change strict_strtoul to kstrtoul
  drivers/staging/line6/variax.c: Change strict_strtoul to kstrtoul
  drivers/staging/line6/config.h: changed printk(KERN_INFO, ... to
    pr_info(
  drivers/staging/line6/driver.h: Changed printk(KERN_ERR, .. to pr_err
        Changed printk(KERN_ERR, ...) call to pr_err() call in
    MISSING_CASE macro
  drivers/staging/line6/midibuf.c changed printk(KERN_DEBUG, ... to
    pr_debug(
  drivers/staging/line6/midi.c: Added space between switch and open
    parenthesis
  drivers/staging/line6/pcm.c: Removed trailing whitespace

 drivers/staging/line6/config.h  |    2 +-
 drivers/staging/line6/control.c |    2 +-
 drivers/staging/line6/driver.h  |    2 +-
 drivers/staging/line6/midi.c    |    2 +-
 drivers/staging/line6/midibuf.c |    2 +-
 drivers/staging/line6/pcm.c     |    2 +-
 drivers/staging/line6/pod.c     |    6 +++---
 drivers/staging/line6/variax.c  |    8 ++++----
 8 files changed, 13 insertions(+), 13 deletions(-)

-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists