On Tue, May 08, 2012 at 05:05:58PM +0530, Laxman Dewangan wrote: > Fix multiple stylistic issue like: > - The print message should be not break into multiple line. > - line gap after variable declaration and statement. > - checkpatch error. > - some typo. I've applied this but please in future always split changes into separate patch rather than having a single jumbo change. There's lots of different things here, things like the switch to using gpio_request_one() should have been split out - this makes review very much easier.