]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
RDMA/rxe: Fix misspelling of 'rmda'
authorzhenwei pi <pizhenwei@bytedance.com>
Thu, 22 Aug 2024 06:52:22 +0000 (14:52 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 23 Aug 2024 14:42:38 +0000 (11:42 -0300)
Fix 'rmda' into 'RDMA'.

Link: https://patch.msgid.link/r/20240822065223.1117056-3-pizhenwei@bytedance.com
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_resp.c

index bf8f4bc8c5c8f25c5a7893ece73f7be40d5c39d4..c11ab280551a8638e1d9c8fa33f8bc9fc743c020 100644 (file)
@@ -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)) {