mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
qla2xxx: Fix typo in qla2xxx drivers
Correct spelling typo in debug messages within qla2xxx drivers. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
83f0d77a7f
commit
6efb3c0a2c
@ -251,7 +251,7 @@ qla2x00_mbx_completion(scsi_qla_host_t *vha, uint16_t mb0)
|
||||
/* Read all mbox registers? */
|
||||
mboxes = (1 << ha->mbx_count) - 1;
|
||||
if (!ha->mcp)
|
||||
ql_dbg(ql_dbg_async, vha, 0x5001, "MBX pointer ERRROR.\n");
|
||||
ql_dbg(ql_dbg_async, vha, 0x5001, "MBX pointer ERROR.\n");
|
||||
else
|
||||
mboxes = ha->mcp->in_mb;
|
||||
|
||||
@ -2318,7 +2318,7 @@ qla24xx_mbx_completion(scsi_qla_host_t *vha, uint16_t mb0)
|
||||
/* Read all mbox registers? */
|
||||
mboxes = (1 << ha->mbx_count) - 1;
|
||||
if (!ha->mcp)
|
||||
ql_dbg(ql_dbg_async, vha, 0x504e, "MBX pointer ERRROR.\n");
|
||||
ql_dbg(ql_dbg_async, vha, 0x504e, "MBX pointer ERROR.\n");
|
||||
else
|
||||
mboxes = ha->mcp->in_mb;
|
||||
|
||||
|
@ -955,7 +955,7 @@ qla82xx_rom_fast_read(struct qla_hw_data *ha, int addr, int *valp)
|
||||
}
|
||||
if (loops >= 50000) {
|
||||
ql_log(ql_log_fatal, vha, 0x00b9,
|
||||
"Failed to aquire SEM2 lock.\n");
|
||||
"Failed to acquire SEM2 lock.\n");
|
||||
return -1;
|
||||
}
|
||||
ret = qla82xx_do_rom_fast_read(ha, addr, valp);
|
||||
@ -1122,7 +1122,7 @@ qla82xx_pinit_from_rom(scsi_qla_host_t *vha)
|
||||
long data;
|
||||
};
|
||||
|
||||
/* Halt all the indiviual PEGs and other blocks of the ISP */
|
||||
/* Halt all the individual PEGs and other blocks of the ISP */
|
||||
qla82xx_rom_lock(ha);
|
||||
|
||||
/* disable all I2Q */
|
||||
|
@ -73,7 +73,7 @@ enum fcp_resp_rsp_codes {
|
||||
#define FCP_PTA_SIMPLE 0 /* simple task attribute */
|
||||
#define FCP_PTA_HEADQ 1 /* head of queue task attribute */
|
||||
#define FCP_PTA_ORDERED 2 /* ordered task attribute */
|
||||
#define FCP_PTA_ACA 4 /* auto. contigent allegiance */
|
||||
#define FCP_PTA_ACA 4 /* auto. contingent allegiance */
|
||||
#define FCP_PTA_MASK 7 /* mask for task attribute field */
|
||||
#define FCP_PRI_SHIFT 3 /* priority field starts in bit 3 */
|
||||
#define FCP_PRI_RESVD_MASK 0x80 /* reserved bits in priority field */
|
||||
@ -3983,7 +3983,7 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha,
|
||||
case MBA_RSP_TRANSFER_ERR: /* Response Transfer Error */
|
||||
ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03a,
|
||||
"qla_target(%d): System error async event %#x "
|
||||
"occured", vha->vp_idx, code);
|
||||
"occurred", vha->vp_idx, code);
|
||||
break;
|
||||
case MBA_WAKEUP_THRES: /* Request Queue Wake-up. */
|
||||
set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
|
||||
@ -3992,7 +3992,7 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha,
|
||||
case MBA_LOOP_UP:
|
||||
{
|
||||
ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03b,
|
||||
"qla_target(%d): Async LOOP_UP occured "
|
||||
"qla_target(%d): Async LOOP_UP occurred "
|
||||
"(m[0]=%x, m[1]=%x, m[2]=%x, m[3]=%x)", vha->vp_idx,
|
||||
le16_to_cpu(mailbox[0]), le16_to_cpu(mailbox[1]),
|
||||
le16_to_cpu(mailbox[2]), le16_to_cpu(mailbox[3]));
|
||||
@ -4009,7 +4009,7 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha,
|
||||
case MBA_LIP_RESET:
|
||||
case MBA_RSCN_UPDATE:
|
||||
ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03c,
|
||||
"qla_target(%d): Async event %#x occured "
|
||||
"qla_target(%d): Async event %#x occurred "
|
||||
"(m[0]=%x, m[1]=%x, m[2]=%x, m[3]=%x)", vha->vp_idx, code,
|
||||
le16_to_cpu(mailbox[0]), le16_to_cpu(mailbox[1]),
|
||||
le16_to_cpu(mailbox[2]), le16_to_cpu(mailbox[3]));
|
||||
@ -4018,7 +4018,7 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha,
|
||||
case MBA_PORT_UPDATE:
|
||||
ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03d,
|
||||
"qla_target(%d): Port update async event %#x "
|
||||
"occured: updating the ports database (m[0]=%x, m[1]=%x, "
|
||||
"occurred: updating the ports database (m[0]=%x, m[1]=%x, "
|
||||
"m[2]=%x, m[3]=%x)", vha->vp_idx, code,
|
||||
le16_to_cpu(mailbox[0]), le16_to_cpu(mailbox[1]),
|
||||
le16_to_cpu(mailbox[2]), le16_to_cpu(mailbox[3]));
|
||||
@ -4034,7 +4034,7 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha,
|
||||
|
||||
default:
|
||||
ql_dbg(ql_dbg_tgt_mgt, vha, 0xf040,
|
||||
"qla_target(%d): Async event %#x occured: "
|
||||
"qla_target(%d): Async event %#x occurred: "
|
||||
"ignore (m[0]=%x, m[1]=%x, m[2]=%x, m[3]=%x)", vha->vp_idx,
|
||||
code, le16_to_cpu(mailbox[0]), le16_to_cpu(mailbox[1]),
|
||||
le16_to_cpu(mailbox[2]), le16_to_cpu(mailbox[3]));
|
||||
|
@ -367,7 +367,7 @@ static struct se_node_acl *tcm_qla2xxx_alloc_fabric_acl(
|
||||
|
||||
nacl = kzalloc(sizeof(struct tcm_qla2xxx_nacl), GFP_KERNEL);
|
||||
if (!nacl) {
|
||||
pr_err("Unable to alocate struct tcm_qla2xxx_nacl\n");
|
||||
pr_err("Unable to allocate struct tcm_qla2xxx_nacl\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user