diff mbox

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

Message ID 20170223112253.13020-1-colin.king@canonical.com (mailing list archive)
State Accepted
Headers show

Commit Message

Colin King Feb. 23, 2017, 11:22 a.m. UTC
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(-)

Comments

Max Gurtovoy Feb. 23, 2017, 5:18 p.m. UTC | #1
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
Sagi Grimberg Feb. 27, 2017, 7:54 p.m. UTC | #2
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
Doug Ledford April 25, 2017, 6:07 p.m. UTC | #3
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 mbox

Patch

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;
 		}