|
@@ -312,7 +312,7 @@ int iscsit_discard_unacknowledged_ooo_cmdsns_for_conn(struct iscsi_conn *conn)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int iscsit_prepare_cmds_for_realligance(struct iscsi_conn *conn)
|
|
|
+int iscsit_prepare_cmds_for_reallegiance(struct iscsi_conn *conn)
|
|
|
{
|
|
|
u32 cmd_count = 0;
|
|
|
struct iscsi_cmd *cmd, *cmd_tmp;
|
|
@@ -347,7 +347,7 @@ int iscsit_prepare_cmds_for_realligance(struct iscsi_conn *conn)
|
|
|
|
|
|
if ((cmd->iscsi_opcode != ISCSI_OP_SCSI_CMD) &&
|
|
|
(cmd->iscsi_opcode != ISCSI_OP_NOOP_OUT)) {
|
|
|
- pr_debug("Not performing realligence on"
|
|
|
+ pr_debug("Not performing reallegiance on"
|
|
|
" Opcode: 0x%02x, ITT: 0x%08x, CmdSN: 0x%08x,"
|
|
|
" CID: %hu\n", cmd->iscsi_opcode,
|
|
|
cmd->init_task_tag, cmd->cmd_sn, conn->cid);
|
|
@@ -382,7 +382,7 @@ int iscsit_prepare_cmds_for_realligance(struct iscsi_conn *conn)
|
|
|
cmd_count++;
|
|
|
pr_debug("Preparing Opcode: 0x%02x, ITT: 0x%08x,"
|
|
|
" CmdSN: 0x%08x, StatSN: 0x%08x, CID: %hu for"
|
|
|
- " realligence.\n", cmd->iscsi_opcode,
|
|
|
+ " reallegiance.\n", cmd->iscsi_opcode,
|
|
|
cmd->init_task_tag, cmd->cmd_sn, cmd->stat_sn,
|
|
|
conn->cid);
|
|
|
|