diff options
author | Joe Perches <joe@perches.com> | 2013-09-03 13:45:58 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-09-04 12:26:36 +0200 |
commit | 9e03aa2f830c5f0ea8c28790a61e65ed7403b053 (patch) | |
tree | 0b4e5ec8491e275d48b51dd40a711d9704fe2e07 /drivers/scsi/lpfc | |
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/lpfc')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_bsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c index 6630520d295..fcbedd6053c 100644 --- a/drivers/scsi/lpfc/lpfc_bsg.c +++ b/drivers/scsi/lpfc/lpfc_bsg.c @@ -2627,7 +2627,7 @@ err_get_xri_exit: * @phba: Pointer to HBA context object * * This function allocates BSG_MBOX_SIZE (4KB) page size dma buffer and. - * retruns the pointer to the buffer. + * returns the pointer to the buffer. **/ static struct lpfc_dmabuf * lpfc_bsg_dma_page_alloc(struct lpfc_hba *phba) |