aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_sli.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
index 43cbe336f1f8..42d4f3dae1d6 100644
--- a/drivers/scsi/lpfc/lpfc_sli.c
+++ b/drivers/scsi/lpfc/lpfc_sli.c
@@ -1794,7 +1794,7 @@ lpfc_sli_handle_mb_event(struct lpfc_hba *phba)
1794 */ 1794 */
1795 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) == 1795 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) ==
1796 MBX_SHUTDOWN) { 1796 MBX_SHUTDOWN) {
1797 /* Unknow mailbox command compl */ 1797 /* Unknown mailbox command compl */
1798 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, 1798 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
1799 "(%d):0323 Unknown Mailbox command " 1799 "(%d):0323 Unknown Mailbox command "
1800 "x%x (x%x) Cmpl\n", 1800 "x%x (x%x) Cmpl\n",
@@ -4163,7 +4163,7 @@ lpfc_sli4_read_fcoe_params(struct lpfc_hba *phba,
4163 * addition, this routine gets the port vpd data. 4163 * addition, this routine gets the port vpd data.
4164 * 4164 *
4165 * Return codes 4165 * Return codes
4166 * 0 - sucessful 4166 * 0 - successful
4167 * ENOMEM - could not allocated memory. 4167 * ENOMEM - could not allocated memory.
4168 **/ 4168 **/
4169static int 4169static int
@@ -11091,7 +11091,7 @@ lpfc_sli4_handle_received_buffer(struct lpfc_hba *phba)
11091 * sequential. 11091 * sequential.
11092 * 11092 *
11093 * Return codes 11093 * Return codes
11094 * 0 - sucessful 11094 * 0 - successful
11095 * EIO - The mailbox failed to complete successfully. 11095 * EIO - The mailbox failed to complete successfully.
11096 * When this error occurs, the driver is not guaranteed 11096 * When this error occurs, the driver is not guaranteed
11097 * to have any rpi regions posted to the device and 11097 * to have any rpi regions posted to the device and
@@ -11129,7 +11129,7 @@ lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *phba)
11129 * maps up to 64 rpi context regions. 11129 * maps up to 64 rpi context regions.
11130 * 11130 *
11131 * Return codes 11131 * Return codes
11132 * 0 - sucessful 11132 * 0 - successful
11133 * ENOMEM - No available memory 11133 * ENOMEM - No available memory
11134 * EIO - The mailbox failed to complete successfully. 11134 * EIO - The mailbox failed to complete successfully.
11135 **/ 11135 **/
@@ -11191,7 +11191,7 @@ lpfc_sli4_post_rpi_hdr(struct lpfc_hba *phba, struct lpfc_rpi_hdr *rpi_page)
11191 * PAGE_SIZE modulo 64 rpi context headers. 11191 * PAGE_SIZE modulo 64 rpi context headers.
11192 * 11192 *
11193 * Returns 11193 * Returns
11194 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if sucessful 11194 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
11195 * LPFC_RPI_ALLOC_ERROR if no rpis are available. 11195 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
11196 **/ 11196 **/
11197int 11197int