All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] drivers/staging/line6/ chechpatch.pl cleanups
@ 2012-05-05 14:31 Johannes Thumshirn
  2012-05-05 14:31 ` [PATCH 1/8] drivers/staging/line6/control.c: Change strict_strtoul to kstrtoul Johannes Thumshirn
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Johannes Thumshirn @ 2012-05-05 14:31 UTC (permalink / raw)
  To: gregkh, devel, linux-kernel
  Cc: grabner, andor.daam, thomas, jj, stefanha, Johannes Thumshirn

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


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

end of thread, other threads:[~2012-05-06 11:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05 14:31 [PATCH 0/8] drivers/staging/line6/ chechpatch.pl cleanups Johannes Thumshirn
2012-05-05 14:31 ` [PATCH 1/8] drivers/staging/line6/control.c: Change strict_strtoul to kstrtoul Johannes Thumshirn
2012-05-06  6:34   ` Dan Carpenter
2012-05-06  8:27     ` Johannes Thumshirn
2012-05-06 11:12       ` Dan Carpenter
2012-05-05 14:31 ` [PATCH 2/8] drivers/staging/line6/pod.c: " Johannes Thumshirn
2012-05-06  6:38   ` Dan Carpenter
2012-05-05 14:31 ` [PATCH 3/8] drivers/staging/line6/variax.c: " Johannes Thumshirn
2012-05-06  6:45   ` Dan Carpenter
2012-05-05 14:31 ` [PATCH 4/8] drivers/staging/line6/config.h: changed printk(KERN_INFO, ... to pr_info( Johannes Thumshirn
2012-05-06  6:40   ` Dan Carpenter
2012-05-05 14:31 ` [PATCH 5/8] 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 Johannes Thumshirn
2012-05-06  6:42   ` Dan Carpenter
2012-05-05 14:31 ` [PATCH 6/8] drivers/staging/line6/midibuf.c changed printk(KERN_DEBUG, ... to pr_debug( Johannes Thumshirn
2012-05-05 14:31 ` [PATCH 7/8] drivers/staging/line6/midi.c: Added space between switch and open parenthesis Johannes Thumshirn
2012-05-05 14:31 ` [PATCH 8/8] drivers/staging/line6/pcm.c: Removed trailing whitespace Johannes Thumshirn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.