diff options
Diffstat (limited to 'drivers/scsi/be2iscsi/be_cmds.c')
-rw-r--r-- | drivers/scsi/be2iscsi/be_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_cmds.c b/drivers/scsi/be2iscsi/be_cmds.c index 80d97f3d2ed9..1028760b8a22 100644 --- a/drivers/scsi/be2iscsi/be_cmds.c +++ b/drivers/scsi/be2iscsi/be_cmds.c | |||
@@ -237,7 +237,7 @@ int beiscsi_mccq_compl(struct beiscsi_hba *phba, | |||
237 | beiscsi_log(phba, KERN_WARNING, | 237 | beiscsi_log(phba, KERN_WARNING, |
238 | BEISCSI_LOG_INIT | BEISCSI_LOG_EH | | 238 | BEISCSI_LOG_INIT | BEISCSI_LOG_EH | |
239 | BEISCSI_LOG_CONFIG, | 239 | BEISCSI_LOG_CONFIG, |
240 | "BC_%d : Insufficent Buffer Error " | 240 | "BC_%d : Insufficient Buffer Error " |
241 | "Resp_Len : %d Actual_Resp_Len : %d\n", | 241 | "Resp_Len : %d Actual_Resp_Len : %d\n", |
242 | mbx_resp_hdr->response_length, | 242 | mbx_resp_hdr->response_length, |
243 | mbx_resp_hdr->actual_resp_len); | 243 | mbx_resp_hdr->actual_resp_len); |