Commit 506f71d1 authored by Colin Ian King's avatar Colin Ian King Committed by Doug Ledford

IB/isert: fix spelling mistake: "teminating" -> "terminating"

Trivial fix to spelling mistake in isert_warn message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent bab572f1
...@@ -728,7 +728,7 @@ isert_disconnected_handler(struct rdma_cm_id *cma_id, ...@@ -728,7 +728,7 @@ isert_disconnected_handler(struct rdma_cm_id *cma_id,
iscsit_cause_connection_reinstatement(isert_conn->conn, 0); iscsit_cause_connection_reinstatement(isert_conn->conn, 0);
break; break;
default: default:
isert_warn("conn %p teminating in state %d\n", isert_warn("conn %p terminating in state %d\n",
isert_conn, isert_conn->state); isert_conn, isert_conn->state);
} }
mutex_unlock(&isert_conn->mutex); mutex_unlock(&isert_conn->mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment