Commit 938aa9a3 authored by zhenwei pi's avatar zhenwei pi Committed by Jason Gunthorpe

RDMA/rxe: Fix misspelling of 'rmda'

Fix 'rmda' into 'RDMA'.

Link: https://patch.msgid.link/r/20240822065223.1117056-3-pizhenwei@bytedance.comSigned-off-by: default avatarzhenwei pi <pizhenwei@bytedance.com>
Reviewed-by: default avatarZhu Yanjun <yanjun.zhu@linux.dev>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent c87c5f47
...@@ -341,7 +341,7 @@ static enum resp_states rxe_resp_check_length(struct rxe_qp *qp, ...@@ -341,7 +341,7 @@ static enum resp_states rxe_resp_check_length(struct rxe_qp *qp,
/* /*
* See IBA C9-92 * See IBA C9-92
* For UD QPs we only check if the packet will fit in the * For UD QPs we only check if the packet will fit in the
* receive buffer later. For rmda operations additional * receive buffer later. For RDMA operations additional
* length checks are performed in check_rkey. * length checks are performed in check_rkey.
*/ */
if ((qp_type(qp) == IB_QPT_GSI) || (qp_type(qp) == IB_QPT_UD)) { if ((qp_type(qp) == IB_QPT_GSI) || (qp_type(qp) == IB_QPT_UD)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment