diff options
| author | zhenwei pi <pizhenwei@bytedance.com> | 2024-08-22 14:52:22 +0800 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@nvidia.com> | 2024-08-23 11:42:38 -0300 |
| commit | 938aa9a3334881cd817fdb096426d291a73c4d3d (patch) | |
| tree | b5c808ecd15117ee235be82f8cf569038310bfc7 | |
| parent | c87c5f47ff72a14001c982d3bc58d7b98ca746c3 (diff) | |
| download | linux-938aa9a3334881cd817fdb096426d291a73c4d3d.tar.gz linux-938aa9a3334881cd817fdb096426d291a73c4d3d.tar.bz2 linux-938aa9a3334881cd817fdb096426d291a73c4d3d.zip | |
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 <pizhenwei@bytedance.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
| -rw-r--r-- | drivers/infiniband/sw/rxe/rxe_resp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_resp.c b/drivers/infiniband/sw/rxe/rxe_resp.c index bf8f4bc8c5c8..c11ab280551a 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)) { |
