[PATCH 0/8] staging: line6: checkpatch.pl cleanups

From: Stefan Hajnoczi
Date: Sun Nov 11 2012 - 07:24:48 EST


This series addresses a number of checkpatch.pl warnings, mostly exceeding the
80 character line limit.

Some checkpatch.pl warnings remain in the line6 driver but they are either more
difficult to resolve or I intend to drop that code entirely. So expect a
little more time before the driver passes checkpatch.pl completely.

Stefan Hajnoczi (8):
staging: line6: wrap >80 char lines in capture.c
staging: line6: fix quoted string across lines in midibuf.c
staging: line6: shorten comment below 80 chars in pcm.c
staging: line6: drop trailing whitespace in pcm.h
staging: line6: wrap lines to 80 chars in playback.c
staging: line6: replace deprecated strict_strtol() in toneport.c
staging: line6: wrap lines to 80 chars in usbdefs.h
staging: line6: wrap comment to 80 chars in variax.c

drivers/staging/line6/capture.c | 13 ++++++++-----
drivers/staging/line6/midibuf.c | 6 +++---
drivers/staging/line6/pcm.c | 4 ++--
drivers/staging/line6/pcm.h | 2 +-
drivers/staging/line6/playback.c | 17 +++++++++++------
drivers/staging/line6/toneport.c | 8 ++------
drivers/staging/line6/usbdefs.h | 10 +++++++---
drivers/staging/line6/variax.c | 4 +++-
8 files changed, 37 insertions(+), 27 deletions(-)

--
1.7.12.1

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