scsi: iscsi: target: fix spelling mistake "entires" -> "entries"

Trivial fix to spelling mistake in function name and comment

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Colin Ian King
2018-09-14 13:28:08 +01:00
committed by Martin K. Petersen
parent fdd0a66b7a
commit 902ff8603e
4 changed files with 4 additions and 4 deletions

View File

@@ -4356,7 +4356,7 @@ int iscsit_close_session(struct iscsi_session *sess)
transport_deregister_session(sess->se_sess);
if (sess->sess_ops->ErrorRecoveryLevel == 2)
iscsit_free_connection_recovery_entires(sess);
iscsit_free_connection_recovery_entries(sess);
iscsit_free_all_ooo_cmdsns(sess);