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

2016-12-03 Thread Greg KH
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 I need a "real" name here, one that you use on legal documents. Also, please break thi

[PATCH] uio: uio_cif: Fix style issues

2016-12-03 Thread ChinmayVS
- Update header-file inclusion path. - Fix indentation of switch and case. - Remove extra space in function calls. Signed-off-by: ChinmayVS --- drivers/uio/uio_cif.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/drivers/uio/uio_cif.c b/drivers/u