[PATCH 00/13] staging: line6 cleanups

From: Shawn Bohrer
Date: Sun Nov 15 2009 - 23:18:41 EST


The following patches fix formatting and checkpatch errors/warnings
for some of the files in the line6 driver.

Shawn Bohrer (13):
staging: line6: Lindent and fix checkpatch warnings in playback.c
staging: line6: Fix checkpatch errors in playback.c
staging: line6: Lindent and fix checkpatch warnings in capture.c
staging: line6: Fix checkpatch errors in capture.c
staging: line6: Lindent control.c
staging: line6: Fix some checkpatch warnings in control.c
staging: line6: Convert simple_strtoul() to strict_strtoul in
control.c
staging: line6: Fix checkpatch warnings in pcm.c
staging: line6: Lindent and fix some checkpatch warnings in
toneport.c
staging: line6: Convert simple_strtol to strict_strtol in toneport.c
staging: line6: Convert simple_strtoul to strict_strtoul in variax.c
staging: line6: Convert simple_strtoul to strict_strtoul in pod.c
staging: line6: Convert simple_strtoul to strict_strtoul in midi.c

drivers/staging/line6/capture.c | 98 +++++---
drivers/staging/line6/control.c | 493 +++++++++++++++++++++++++-------------
drivers/staging/line6/midi.c | 16 +-
drivers/staging/line6/pcm.c | 3 +-
drivers/staging/line6/playback.c | 101 +++++---
drivers/staging/line6/pod.c | 56 ++++-
drivers/staging/line6/toneport.c | 119 +++++----
drivers/staging/line6/variax.c | 31 ++-
8 files changed, 611 insertions(+), 306 deletions(-)

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