summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_bsg.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-03 13:45:58 -0700
committerJiri Kosina <jkosina@suse.cz>2013-09-04 12:26:36 +0200
commit9e03aa2f830c5f0ea8c28790a61e65ed7403b053 (patch)
tree0b4e5ec8491e275d48b51dd40a711d9704fe2e07 /drivers/scsi/lpfc/lpfc_bsg.c
parent9cf510a58c94ec0e092188b693c30fbc0678a960 (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/lpfc_bsg.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_bsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c
index 6630520d295c..fcbedd6053c4 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)