diff options
author | Joe Perches <joe@perches.com> | 2013-09-04 00:45:58 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-09-04 14:26:36 +0400 |
commit | 9e03aa2f830c5f0ea8c28790a61e65ed7403b053 (patch) | |
tree | 0b4e5ec8491e275d48b51dd40a711d9704fe2e07 /drivers/scsi/hpsa.c | |
parent | 9cf510a58c94ec0e092188b693c30fbc0678a960 (diff) | |
download | linux-9e03aa2f830c5f0ea8c28790a61e65ed7403b053.tar.xz |
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>
Diffstat (limited to 'drivers/scsi/hpsa.c')
-rw-r--r-- | drivers/scsi/hpsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 7f4f790a3d71..4cfa3af95b52 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -1054,7 +1054,7 @@ free_and_out: } /* - * Lookup bus/target/lun and retrun corresponding struct hpsa_scsi_dev_t * + * Lookup bus/target/lun and return corresponding struct hpsa_scsi_dev_t * * Assume's h->devlock is held. */ static struct hpsa_scsi_dev_t *lookup_hpsa_scsi_dev(struct ctlr_info *h, |