[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 <cvs...@gmail.com> --- drivers/uio/uio_cif.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/drive

[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

[PATCH 1/1] Trivial cleanup : Updated sd_do_mode_sense() description

2013-07-30 Thread ChinmayVS
sd_do_mode_sense() is no longer called with a fixed length buffer. Updated the descriptive comment to reflect the same. Signed-off-by: ChinmayVS --- drivers/scsi/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index c1c5552..7890bec

[PATCH 1/1] Trivial cleanup : Updated sd_do_mode_sense() description

2013-07-30 Thread ChinmayVS
sd_do_mode_sense() is no longer called with a fixed length buffer. Updated the descriptive comment to reflect the same. Signed-off-by: ChinmayVS cvs...@gmail.com --- drivers/scsi/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index