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:
Joe Perches
2013-09-03 13:45:58 -07:00
committed by Jiri Kosina
parent 9cf510a58c
commit 9e03aa2f83
6 changed files with 6 additions and 6 deletions

View File

@@ -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;
}