diff options
author | Joe Perches <joe@perches.com> | 2013-09-03 16:45:58 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-09-04 06:26:36 -0400 |
commit | 9e03aa2f830c5f0ea8c28790a61e65ed7403b053 (patch) | |
tree | 0b4e5ec8491e275d48b51dd40a711d9704fe2e07 /drivers/scsi/hpsa.c | |
parent | 9cf510a58c94ec0e092188b693c30fbc0678a960 (diff) |
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: | |||
1054 | } | 1054 | } |
1055 | 1055 | ||
1056 | /* | 1056 | /* |
1057 | * Lookup bus/target/lun and retrun corresponding struct hpsa_scsi_dev_t * | 1057 | * Lookup bus/target/lun and return corresponding struct hpsa_scsi_dev_t * |
1058 | * Assume's h->devlock is held. | 1058 | * Assume's h->devlock is held. |
1059 | */ | 1059 | */ |
1060 | static struct hpsa_scsi_dev_t *lookup_hpsa_scsi_dev(struct ctlr_info *h, | 1060 | static struct hpsa_scsi_dev_t *lookup_hpsa_scsi_dev(struct ctlr_info *h, |