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
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