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

2017-04-13 Thread KY Srinivasan
rproject.org; Haiyang Zhang ; > Stephen Hemminger ; James E.J. Bottomley > > Subject: [PATCH] scsi: storvsc: remove return at end of void function > > storvsc_on_channel_callback is a void function and the return > statement at the end is not useful. > > Found with checkp

[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 a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c