Re: [PATCH v2 7/9] staging: rtl8192u: Fixing style issues in r8180_93cx6.c

From: Greg KH
Date: Thu Feb 16 2017 - 13:33:05 EST


On Wed, Feb 15, 2017 at 01:45:18AM +0530, simran singhal wrote:
> Fixing the following checkpatch.pl errors and warning:
> WARNING: Block comments use * on subsequent lines
>
> CHECK: Please don't use multiple blank lines
>
> CHECK: Alignment should match open parenthesis
>
> CHECK: spaces preferred around that '<<'
>
> CHECK: spaces preferred around that '-'
>
> CHECK: Alignment should match open parenthesis
>
> Signed-off-by: simran singhal <singhalsimran0@xxxxxxxxx>

That's a lot of different things all in one patch. Please don't do
that, break up into individual patches.

greg k-h