Message ID | 20170223112253.13020-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Looks fine: Reviewed-by: Max Gurtovoy <maxg@mellanox.com> On 2/23/2017 1:22 PM, Colin King wrote: > 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; > } > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Acked-by: Sagi Grimberg <sagi@grimberg.me>
Thanks Colin
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, 2017-02-23 at 11:22 +0000, Colin King wrote: > 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> Thanks, applied.
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; }