Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -612,7 +612,7 @@ iser_check_remote_inv(struct iser_conn *iser_conn,
			 iser_conn, rkey);

		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);
			return -EPROTO;
		}