Re: [PATCH v2] USB: EHCI: spear: fix code warnings

From: Greg Kroah-Hartman
Date: Sat Dec 10 2016 - 09:07:49 EST


On Thu, Dec 08, 2016 at 10:40:11PM +0000, csmanjuvijay@xxxxxxxxx wrote:
> From: Manjunath Goudar <csmanjuvijay@xxxxxxxxx>
>
> 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