summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target.c
diff options
context:
space:
mode:
authorBart Van Assche2016-12-23 14:40:24 +0100
committerNicholas Bellinger2017-02-09 09:39:08 +0100
commit53c561dca9fd66330fe63d8a03ef859407e2cd91 (patch)
tree54205afc29408a85817682ec5b203992846db43b /drivers/target/iscsi/iscsi_target.c
parenttarget/iscsi: Fix spelling of "perform" (diff)
downloadkernel-qcow2-linux-53c561dca9fd66330fe63d8a03ef859407e2cd91.tar.gz
kernel-qcow2-linux-53c561dca9fd66330fe63d8a03ef859407e2cd91.tar.xz
kernel-qcow2-linux-53c561dca9fd66330fe63d8a03ef859407e2cd91.zip
target/iscsi: Fix spelling of "reallegiance"
Fix the spelling of this word in a function name, messages and source code comments. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Cc: Nicholas A. Bellinger <nab@linux-iscsi.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/iscsi/iscsi_target.c')
-rw-r--r--drivers/target/iscsi/iscsi_target.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c
index 3b770fddcb3b..e11f8d0f1fa3 100644
--- a/drivers/target/iscsi/iscsi_target.c
+++ b/drivers/target/iscsi/iscsi_target.c
@@ -4136,7 +4136,7 @@ int iscsit_close_connection(
/*
* During Connection recovery drop unacknowledged out of order
* commands for this connection, and prepare the other commands
- * for realligence.
+ * for reallegiance.
*
* During normal operation clear the out of order commands (but
* do not free the struct iscsi_ooo_cmdsn's) and release all
@@ -4144,7 +4144,7 @@ int iscsit_close_connection(
*/
if (atomic_read(&conn->connection_recovery)) {
iscsit_discard_unacknowledged_ooo_cmdsns_for_conn(conn);
- iscsit_prepare_cmds_for_realligance(conn);
+ iscsit_prepare_cmds_for_reallegiance(conn);
} else {
iscsit_clear_ooo_cmdsns_for_conn(conn);
iscsit_release_commands_from_conn(conn);