linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RDMA/rxe: Fix typo
@ 2022-07-01  8:00 Zhang Jiaming
  2022-07-14 17:16 ` Bob Pearson
  2022-07-21  7:00 ` Leon Romanovsky
  0 siblings, 2 replies; 3+ messages in thread
From: Zhang Jiaming @ 2022-07-01  8:00 UTC (permalink / raw)
  To: zyjzyj2000, jgg, leon
  Cc: linux-rdma, linux-kernel, liqiong, renyu, Zhang Jiaming

There is a spelling mistake (writeable) in function rxe_check_bind_mw.
Fix it.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 drivers/infiniband/sw/rxe/rxe_mw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/sw/rxe/rxe_mw.c b/drivers/infiniband/sw/rxe/rxe_mw.c
index 2e1fa844fabf..83b5d2b2ebfd 100644
--- a/drivers/infiniband/sw/rxe/rxe_mw.c
+++ b/drivers/infiniband/sw/rxe/rxe_mw.c
@@ -113,7 +113,7 @@ static int rxe_check_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe,
 		      (IB_ACCESS_REMOTE_WRITE | IB_ACCESS_REMOTE_ATOMIC)) &&
 		     !(mr->access & IB_ACCESS_LOCAL_WRITE))) {
 		pr_err_once(
-			"attempt to bind an writeable MW to an MR without local write access\n");
+			"attempt to bind an writable MW to an MR without local write access\n");
 		return -EINVAL;
 	}
 
-- 
2.25.1


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

* Re: [PATCH] RDMA/rxe: Fix typo
  2022-07-01  8:00 [PATCH] RDMA/rxe: Fix typo Zhang Jiaming
@ 2022-07-14 17:16 ` Bob Pearson
  2022-07-21  7:00 ` Leon Romanovsky
  1 sibling, 0 replies; 3+ messages in thread
From: Bob Pearson @ 2022-07-14 17:16 UTC (permalink / raw)
  To: Zhang Jiaming, zyjzyj2000, jgg, leon
  Cc: linux-rdma, linux-kernel, liqiong, renyu

On 7/1/22 03:00, Zhang Jiaming wrote:
> There is a spelling mistake (writeable) in function rxe_check_bind_mw.
> Fix it.
> 
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
> ---
>  drivers/infiniband/sw/rxe/rxe_mw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/infiniband/sw/rxe/rxe_mw.c b/drivers/infiniband/sw/rxe/rxe_mw.c
> index 2e1fa844fabf..83b5d2b2ebfd 100644
> --- a/drivers/infiniband/sw/rxe/rxe_mw.c
> +++ b/drivers/infiniband/sw/rxe/rxe_mw.c
> @@ -113,7 +113,7 @@ static int rxe_check_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe,
>  		      (IB_ACCESS_REMOTE_WRITE | IB_ACCESS_REMOTE_ATOMIC)) &&
>  		     !(mr->access & IB_ACCESS_LOCAL_WRITE))) {
>  		pr_err_once(
> -			"attempt to bind an writeable MW to an MR without local write access\n");
> +			"attempt to bind an writable MW to an MR without local write access\n");
>  		return -EINVAL;
>  	}
>  

Correct.

Reviewed-by: Bob Pearson <rpearsonhpe@gmail.com>

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

* Re: [PATCH] RDMA/rxe: Fix typo
  2022-07-01  8:00 [PATCH] RDMA/rxe: Fix typo Zhang Jiaming
  2022-07-14 17:16 ` Bob Pearson
@ 2022-07-21  7:00 ` Leon Romanovsky
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Romanovsky @ 2022-07-21  7:00 UTC (permalink / raw)
  To: Zhang Jiaming; +Cc: zyjzyj2000, jgg, linux-rdma, linux-kernel, liqiong, renyu

On Fri, Jul 01, 2022 at 04:00:19PM +0800, Zhang Jiaming wrote:
> There is a spelling mistake (writeable) in function rxe_check_bind_mw.
> Fix it.
> 
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
> ---
>  drivers/infiniband/sw/rxe/rxe_mw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Thanks, applied.

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

end of thread, other threads:[~2022-07-21  7:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01  8:00 [PATCH] RDMA/rxe: Fix typo Zhang Jiaming
2022-07-14 17:16 ` Bob Pearson
2022-07-21  7:00 ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).