RE: [PATCH] scsi: storvsc: remove return at end of void function

2017-04-13 Thread KY Srinivasan
..@vger.kernel.org; linux-scsi@vger.kernel.org; > de...@linuxdriverproject.org; Haiyang Zhang <haiya...@microsoft.com>; > Stephen Hemminger <sthem...@microsoft.com>; James E.J. Bottomley > <j...@linux.vnet.ibm.com> > Subject: [PATCH] scsi: storvsc: remove return at end of void

[PATCH] scsi: storvsc: remove return at end of void function

2017-03-16 Thread Miguel Bernal Marin
storvsc_on_channel_callback is a void function and the return statement at the end is not useful. Found with checkpatch. Signed-off-by: Miguel Bernal Marin --- drivers/scsi/storvsc_drv.c | 2 -- 1 file changed, 2 deletions(-) diff --git