treewide: Convert retrun typos to return
Tyops should be fixed. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -206,7 +206,7 @@ bfad_im_abort_handler(struct scsi_cmnd *cmnd)
|
||||
spin_lock_irqsave(&bfad->bfad_lock, flags);
|
||||
hal_io = (struct bfa_ioim_s *) cmnd->host_scribble;
|
||||
if (!hal_io) {
|
||||
/* IO has been completed, retrun success */
|
||||
/* IO has been completed, return success */
|
||||
rc = SUCCESS;
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user