@@ -3621,7 +3621,7 @@ lpfc_bsg_issue_mbox_ext_handle_job(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
3621
3621
bsg_reply -> result = 0 ;
3622
3622
3623
3623
lpfc_printf_log (phba , KERN_INFO , LOG_LIBDFC ,
3624
- "2937 SLI_CONFIG ext-buffer maibox command "
3624
+ "2937 SLI_CONFIG ext-buffer mailbox command "
3625
3625
"(x%x/x%x) complete bsg job done, bsize:%d\n" ,
3626
3626
phba -> mbox_ext_buf_ctx .nembType ,
3627
3627
phba -> mbox_ext_buf_ctx .mboxType , size );
@@ -3632,7 +3632,7 @@ lpfc_bsg_issue_mbox_ext_handle_job(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
3632
3632
phba -> mbox_ext_buf_ctx .mbx_dmabuf , 0 );
3633
3633
} else {
3634
3634
lpfc_printf_log (phba , KERN_ERR , LOG_LIBDFC ,
3635
- "2938 SLI_CONFIG ext-buffer maibox "
3635
+ "2938 SLI_CONFIG ext-buffer mailbox "
3636
3636
"command (x%x/x%x) failure, rc:x%x\n" ,
3637
3637
phba -> mbox_ext_buf_ctx .nembType ,
3638
3638
phba -> mbox_ext_buf_ctx .mboxType , rc );
@@ -3666,7 +3666,7 @@ lpfc_bsg_issue_read_mbox_ext_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
3666
3666
pmboxq -> u .mb .mbxStatus = MBXERR_ERROR ;
3667
3667
3668
3668
lpfc_printf_log (phba , KERN_INFO , LOG_LIBDFC ,
3669
- "2939 SLI_CONFIG ext-buffer rd maibox command "
3669
+ "2939 SLI_CONFIG ext-buffer rd mailbox command "
3670
3670
"complete, ctxState:x%x, mbxStatus:x%x\n" ,
3671
3671
phba -> mbox_ext_buf_ctx .state , pmboxq -> u .mb .mbxStatus );
3672
3672
@@ -3706,7 +3706,7 @@ lpfc_bsg_issue_write_mbox_ext_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
3706
3706
pmboxq -> u .mb .mbxStatus = MBXERR_ERROR ;
3707
3707
3708
3708
lpfc_printf_log (phba , KERN_INFO , LOG_LIBDFC ,
3709
- "2940 SLI_CONFIG ext-buffer wr maibox command "
3709
+ "2940 SLI_CONFIG ext-buffer wr mailbox command "
3710
3710
"complete, ctxState:x%x, mbxStatus:x%x\n" ,
3711
3711
phba -> mbox_ext_buf_ctx .state , pmboxq -> u .mb .mbxStatus );
3712
3712
@@ -3988,12 +3988,12 @@ lpfc_bsg_sli_cfg_read_cmd_ext(struct lpfc_hba *phba, struct bsg_job *job,
3988
3988
if ((rc == MBX_SUCCESS ) || (rc == MBX_BUSY )) {
3989
3989
lpfc_printf_log (phba , KERN_INFO , LOG_LIBDFC ,
3990
3990
"2947 Issued SLI_CONFIG ext-buffer "
3991
- "maibox command, rc:x%x\n" , rc );
3991
+ "mailbox command, rc:x%x\n" , rc );
3992
3992
return SLI_CONFIG_HANDLED ;
3993
3993
}
3994
3994
lpfc_printf_log (phba , KERN_ERR , LOG_LIBDFC ,
3995
3995
"2948 Failed to issue SLI_CONFIG ext-buffer "
3996
- "maibox command, rc:x%x\n" , rc );
3996
+ "mailbox command, rc:x%x\n" , rc );
3997
3997
rc = - EPIPE ;
3998
3998
3999
3999
job_error :
@@ -4147,12 +4147,12 @@ lpfc_bsg_sli_cfg_write_cmd_ext(struct lpfc_hba *phba, struct bsg_job *job,
4147
4147
if ((rc == MBX_SUCCESS ) || (rc == MBX_BUSY )) {
4148
4148
lpfc_printf_log (phba , KERN_INFO , LOG_LIBDFC ,
4149
4149
"2955 Issued SLI_CONFIG ext-buffer "
4150
- "maibox command, rc:x%x\n" , rc );
4150
+ "mailbox command, rc:x%x\n" , rc );
4151
4151
return SLI_CONFIG_HANDLED ;
4152
4152
}
4153
4153
lpfc_printf_log (phba , KERN_ERR , LOG_LIBDFC ,
4154
4154
"2956 Failed to issue SLI_CONFIG ext-buffer "
4155
- "maibox command, rc:x%x\n" , rc );
4155
+ "mailbox command, rc:x%x\n" , rc );
4156
4156
rc = - EPIPE ;
4157
4157
goto job_error ;
4158
4158
}
@@ -4492,12 +4492,12 @@ lpfc_bsg_write_ebuf_set(struct lpfc_hba *phba, struct bsg_job *job,
4492
4492
if ((rc == MBX_SUCCESS ) || (rc == MBX_BUSY )) {
4493
4493
lpfc_printf_log (phba , KERN_INFO , LOG_LIBDFC ,
4494
4494
"2969 Issued SLI_CONFIG ext-buffer "
4495
- "maibox command, rc:x%x\n" , rc );
4495
+ "mailbox command, rc:x%x\n" , rc );
4496
4496
return SLI_CONFIG_HANDLED ;
4497
4497
}
4498
4498
lpfc_printf_log (phba , KERN_ERR , LOG_LIBDFC ,
4499
4499
"2970 Failed to issue SLI_CONFIG ext-buffer "
4500
- "maibox command, rc:x%x\n" , rc );
4500
+ "mailbox command, rc:x%x\n" , rc );
4501
4501
rc = - EPIPE ;
4502
4502
goto job_error ;
4503
4503
}
0 commit comments