Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1586827 > unrolled thread

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

Started byColin King <colin.king@canonical.com>
First post2017-02-23 12:30 +0100
Last post2017-02-27 23:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] IB/iser: fix spelling mistake: "unexepected" -> "unexpected" Colin King <colin.king@canonical.com> - 2017-02-23 12:30 +0100
    Re: [PATCH] IB/iser: fix spelling mistake: "unexepected" ->  "unexpected" Sagi Grimberg <sagi@grimberg.me> - 2017-02-27 23:50 +0100

#1586827 — [PATCH] IB/iser: fix spelling mistake: "unexepected" -> "unexpected"

FromColin King <colin.king@canonical.com>
Date2017-02-23 12:30 +0100
Subject[PATCH] IB/iser: fix spelling mistake: "unexepected" -> "unexpected"
Message-ID<tdZKW-Bp-19@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in iser_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/infiniband/ulp/iser/iser_initiator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/ulp/iser/iser_initiator.c b/drivers/infiniband/ulp/iser/iser_initiator.c
index 81ae2e3..12ed62c 100644
--- a/drivers/infiniband/ulp/iser/iser_initiator.c
+++ b/drivers/infiniband/ulp/iser/iser_initiator.c
@@ -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;
 		}
-- 
2.10.2

[toc] | [next] | [standalone]


#1589013 — Re: [PATCH] IB/iser: fix spelling mistake: "unexepected" -> "unexpected"

FromSagi Grimberg <sagi@grimberg.me>
Date2017-02-27 23:50 +0100
SubjectRe: [PATCH] IB/iser: fix spelling mistake: "unexepected" -> "unexpected"
Message-ID<tfChb-3LI-7@gated-at.bofh.it>
In reply to#1586827
Acked-by: Sagi Grimberg <sagi@grimberg.me>

Thanks Colin

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web