Re: [PATCH] uio: uio_cif: Fix style issues

From: Greg KH
Date: Sat Dec 03 2016 - 12:15:15 EST


On Sat, Dec 03, 2016 at 07:39:44PM +0530, ChinmayVS wrote:
> - Update header-file inclusion path.
> - Fix indentation of switch and case.
> - Remove extra space in function calls.
>
> Signed-off-by: ChinmayVS <cvs268@xxxxxxxxx>

I need a "real" name here, one that you use on legal documents.

Also, please break this up into tiny individual patches, one doing each
thing.

And finally, please work in the drivers/staging/ portion of the kernel
if you wish to do cleanup patches like this, that will give you the
experience to not mess up on patches for the "core" kernel like this.

good luck!

greg k-h