linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bob Pearson <rpearsonhpe@gmail.com>
To: Chengguang Xu <cgxu519@mykernel.net>, zyjzyj2000@gmail.com, jgg@ziepe.ca
Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] RDMA/rxe: fix a typo in opcode name
Date: Mon, 20 Dec 2021 12:03:50 -0600	[thread overview]
Message-ID: <e5d50502-7adc-d773-2a18-307f8d0592e7@gmail.com> (raw)
In-Reply-To: <20211218112320.3558770-1-cgxu519@mykernel.net>

On 12/18/21 05:23, Chengguang Xu wrote:
> There is a redundant ']' in the name of opcode IB_OPCODE_RC_SEND_MIDDLE,
> so just fix it.
> 
> Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
> ---
>  drivers/infiniband/sw/rxe/rxe_opcode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/infiniband/sw/rxe/rxe_opcode.c b/drivers/infiniband/sw/rxe/rxe_opcode.c
> index 3ef5a10a6efd..47ebaac8f475 100644
> --- a/drivers/infiniband/sw/rxe/rxe_opcode.c
> +++ b/drivers/infiniband/sw/rxe/rxe_opcode.c
> @@ -117,7 +117,7 @@ struct rxe_opcode_info rxe_opcode[RXE_NUM_OPCODE] = {
>  		}
>  	},
>  	[IB_OPCODE_RC_SEND_MIDDLE]		= {
> -		.name	= "IB_OPCODE_RC_SEND_MIDDLE]",
> +		.name	= "IB_OPCODE_RC_SEND_MIDDLE",
>  		.mask	= RXE_PAYLOAD_MASK | RXE_REQ_MASK | RXE_SEND_MASK
>  				| RXE_MIDDLE_MASK,
>  		.length = RXE_BTH_BYTES,
> 

Looks good

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

  parent reply	other threads:[~2021-12-20 18:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-18 11:23 [PATCH] RDMA/rxe: fix a typo in opcode name Chengguang Xu
2021-12-19  3:36 ` Zhu Yanjun
2021-12-20 18:03 ` Bob Pearson [this message]
2022-01-05 19:06 ` Jason Gunthorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e5d50502-7adc-d773-2a18-307f8d0592e7@gmail.com \
    --to=rpearsonhpe@gmail.com \
    --cc=cgxu519@mykernel.net \
    --cc=jgg@ziepe.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=zyjzyj2000@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).