This series addresses the remaining checkpatch.pl warnings that are easy to fix. This takes the line6 driver another step closer to getting merged as an ALSA driver.
Stefan Hajnoczi (6): staging: line6: rename MidiBuffer to avoid CamelCase staging: line6: wrap comment to 80 chars in driver.c staging: line6: use pr_err() instead of printk(KERN_ERR, ...) staging: line6: wrap lines to 80 chars in pod.c staging: line6: drop ToneportSourceInfo CamelCase name staging: line6: avoid CamelCase POD_* enums in pod.c drivers/staging/line6/driver.c | 4 ++-- drivers/staging/line6/driver.h | 2 +- drivers/staging/line6/midi.c | 2 +- drivers/staging/line6/midi.h | 4 ++-- drivers/staging/line6/midibuf.c | 25 +++++++++++++------------ drivers/staging/line6/midibuf.h | 22 +++++++++++----------- drivers/staging/line6/pod.c | 17 ++++++++++------- drivers/staging/line6/toneport.c | 6 ++---- 8 files changed, 42 insertions(+), 40 deletions(-) -- 1.8.0.2 ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Line6linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/line6linux-devel
