From: zhenwei pi Date: Thu, 22 Aug 2024 06:52:22 +0000 (+0800) Subject: RDMA/rxe: Fix misspelling of 'rmda' X-Git-Tag: v6.12-rc1~72^2~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=938aa9a3334881cd817fdb096426d291a73c4d3d;p=thirdparty%2Flinux.git RDMA/rxe: Fix misspelling of 'rmda' Fix 'rmda' into 'RDMA'. Link: https://patch.msgid.link/r/20240822065223.1117056-3-pizhenwei@bytedance.com Signed-off-by: zhenwei pi Reviewed-by: Zhu Yanjun Signed-off-by: Jason Gunthorpe --- diff --git a/drivers/infiniband/sw/rxe/rxe_resp.c b/drivers/infiniband/sw/rxe/rxe_resp.c index bf8f4bc8c5c8f..c11ab280551a8 100644 --- a/drivers/infiniband/sw/rxe/rxe_resp.c +++ b/drivers/infiniband/sw/rxe/rxe_resp.c @@ -341,7 +341,7 @@ static enum resp_states rxe_resp_check_length(struct rxe_qp *qp, /* * See IBA C9-92 * 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. */ if ((qp_type(qp) == IB_QPT_GSI) || (qp_type(qp) == IB_QPT_UD)) {