Commit 05a24b9b authored by Colin Ian King's avatar Colin Ian King Committed by Doug Ledford

IB/iser: fix spelling mistake: "unexepected" -> "unexpected"

trivial fix to spelling mistake in iser_err error message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarMax Gurtovoy <maxg@mellanox.com>
Acked-by: default avatarSagi Grimberg <sagi@grimberg.me>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent e821303c
...@@ -612,7 +612,7 @@ iser_check_remote_inv(struct iser_conn *iser_conn, ...@@ -612,7 +612,7 @@ iser_check_remote_inv(struct iser_conn *iser_conn,
iser_conn, rkey); iser_conn, rkey);
if (unlikely(!iser_conn->snd_w_inv)) { if (unlikely(!iser_conn->snd_w_inv)) {
iser_err("conn %p: unexepected remote invalidation, " iser_err("conn %p: unexpected remote invalidation, "
"terminating connection\n", iser_conn); "terminating connection\n", iser_conn);
return -EPROTO; return -EPROTO;
} }
......
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