On Thu, Dec 08, 2016 at 10:40:11PM +0000, [email protected] wrote: > From: Manjunath Goudar <[email protected]> > > This patch will fix the checkpatch.pl following warnings > WARNING: Block comments should align the * on each line > WARNING: space prohibited before semicolon
I've said this before, only do one "type" of fix per patch, and not "fix all coding style issues". The subject is also a bit "harsh" there is not "code warnings", that normally means a build warning. These are just minor coding _style_ warnings. So please break up all of your patches like this and resend them as a single series of patches. I'll drop all of your pending ones from my queue right now. thanks, greg k-h

