All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"
@ 2017-08-24  8:25 Colin King
  2017-08-24  9:24 ` Leon Romanovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Colin King @ 2017-08-24  8:25 UTC (permalink / raw)
  To: Ram Amrani, Michal Kalderon, Ariel Elior, Doug Ledford,
	Sean Hefty, Hal Rosenstock, linux-rdma
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in DP_ERR error message

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

diff --git a/drivers/infiniband/hw/qedr/verbs.c b/drivers/infiniband/hw/qedr/verbs.c
index 4e14a558734b..9612aaa9fbbb 100644
--- a/drivers/infiniband/hw/qedr/verbs.c
+++ b/drivers/infiniband/hw/qedr/verbs.c
@@ -510,7 +510,7 @@ struct ib_pd *qedr_alloc_pd(struct ib_device *ibdev,
 		 (udata && context) ? "User Lib" : "Kernel");
 
 	if (!dev->rdma_ctx) {
-		DP_ERR(dev, "invlaid RDMA context\n");
+		DP_ERR(dev, "invalid RDMA context\n");
 		return ERR_PTR(-EINVAL);
 	}
 
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"
  2017-08-24  8:25 [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid" Colin King
@ 2017-08-24  9:24 ` Leon Romanovsky
       [not found] ` <20170824082553.18619-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
  2017-08-24 21:37 ` Doug Ledford
  2 siblings, 0 replies; 5+ messages in thread
From: Leon Romanovsky @ 2017-08-24  9:24 UTC (permalink / raw)
  To: Colin King
  Cc: Ram Amrani, Michal Kalderon, Ariel Elior, Doug Ledford,
	Sean Hefty, Hal Rosenstock, linux-rdma, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

On Thu, Aug 24, 2017 at 09:25:53AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in DP_ERR error message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/infiniband/hw/qedr/verbs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Thanks,
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"
  2017-08-24  8:25 [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid" Colin King
@ 2017-08-24  9:54     ` Amrani, Ram
       [not found] ` <20170824082553.18619-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
  2017-08-24 21:37 ` Doug Ledford
  2 siblings, 0 replies; 5+ messages in thread
From: Amrani, Ram @ 2017-08-24  9:54 UTC (permalink / raw)
  To: Colin King, Kalderon, Michal, Elior, Ariel, Doug Ledford,
	Sean Hefty, Hal Rosenstock, linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in DP_ERR error message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/infiniband/hw/qedr/verbs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/infiniband/hw/qedr/verbs.c b/drivers/infiniband/hw/qedr/verbs.c
> index 4e14a558734b..9612aaa9fbbb 100644
> --- a/drivers/infiniband/hw/qedr/verbs.c
> +++ b/drivers/infiniband/hw/qedr/verbs.c
> @@ -510,7 +510,7 @@ struct ib_pd *qedr_alloc_pd(struct ib_device *ibdev,
>  		 (udata && context) ? "User Lib" : "Kernel");
> 
>  	if (!dev->rdma_ctx) {
> -		DP_ERR(dev, "invlaid RDMA context\n");
> +		DP_ERR(dev, "invalid RDMA context\n");
>  		return ERR_PTR(-EINVAL);
>  	}
> 
> --
> 2.14.1


Thanks,

Reviewed-by: Ram Amrani <Ram.Amrani@cavium.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"
@ 2017-08-24  9:54     ` Amrani, Ram
  0 siblings, 0 replies; 5+ messages in thread
From: Amrani, Ram @ 2017-08-24  9:54 UTC (permalink / raw)
  To: Colin King, Kalderon, Michal, Elior, Ariel, Doug Ledford,
	Sean Hefty, Hal Rosenstock, linux-rdma
  Cc: linux-kernel

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in DP_ERR error message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/infiniband/hw/qedr/verbs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/infiniband/hw/qedr/verbs.c b/drivers/infiniband/hw/qedr/verbs.c
> index 4e14a558734b..9612aaa9fbbb 100644
> --- a/drivers/infiniband/hw/qedr/verbs.c
> +++ b/drivers/infiniband/hw/qedr/verbs.c
> @@ -510,7 +510,7 @@ struct ib_pd *qedr_alloc_pd(struct ib_device *ibdev,
>  		 (udata && context) ? "User Lib" : "Kernel");
> 
>  	if (!dev->rdma_ctx) {
> -		DP_ERR(dev, "invlaid RDMA context\n");
> +		DP_ERR(dev, "invalid RDMA context\n");
>  		return ERR_PTR(-EINVAL);
>  	}
> 
> --
> 2.14.1


Thanks,

Reviewed-by: Ram Amrani <Ram.Amrani@cavium.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"
  2017-08-24  8:25 [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid" Colin King
  2017-08-24  9:24 ` Leon Romanovsky
       [not found] ` <20170824082553.18619-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
@ 2017-08-24 21:37 ` Doug Ledford
  2 siblings, 0 replies; 5+ messages in thread
From: Doug Ledford @ 2017-08-24 21:37 UTC (permalink / raw)
  To: Colin King, Ram Amrani, Michal Kalderon, Ariel Elior, Sean Hefty,
	Hal Rosenstock, linux-rdma
  Cc: linux-kernel

On Thu, 2017-08-24 at 09:25 +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in DP_ERR error message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Thanks, applied.

-- 
Doug Ledford <dledford@redhat.com>
    GPG KeyID: B826A3330E572FDD
    Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-24 21:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24  8:25 [PATCH] RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid" Colin King
2017-08-24  9:24 ` Leon Romanovsky
     [not found] ` <20170824082553.18619-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2017-08-24  9:54   ` Amrani, Ram
2017-08-24  9:54     ` Amrani, Ram
2017-08-24 21:37 ` Doug Ledford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.