[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1258345082-11811-1-git-send-email-shawn.bohrer@gmail.com>
Date: Sun, 15 Nov 2009 22:17:49 -0600
From: Shawn Bohrer <shawn.bohrer@...il.com>
To: Greg Kroah-Hartman <gregkh@...e.de>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Shawn Bohrer <shawn.bohrer@...il.com>
Subject: [PATCH 00/13] staging: line6 cleanups
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@...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