diff options
| author | Purushothaman Ramalingam <purush.ramalingam@gmail.com> | 2026-05-27 10:45:26 +0000 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@nvidia.com> | 2026-05-29 10:39:10 -0300 |
| commit | ded0abacdc162cf16fdd75d3b04f2be8f67f4654 (patch) | |
| tree | 176994a26290364eac115d1d433db4bbadefed93 /drivers | |
| parent | 57d87906209a67dfebe6700cb5532eaf7e0f87f1 (diff) | |
RDMA/rxe: Fix typos in comments
Fix typos found by codespell in driver comments:
rxe.c: s/mangagement/management/
rxe_param.h: s/interations/iterations/
rxe_resp.c: s/recive/receive/
No functional change.
Link: https://patch.msgid.link/r/20260527104527.3222-1-purush.ramalingam@gmail.com
Signed-off-by: Purushothaman Ramalingam <purush.ramalingam@gmail.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/infiniband/sw/rxe/rxe.c | 2 | ||||
| -rw-r--r-- | drivers/infiniband/sw/rxe/rxe_param.h | 2 | ||||
| -rw-r--r-- | drivers/infiniband/sw/rxe/rxe_resp.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe.c b/drivers/infiniband/sw/rxe/rxe.c index b0714f9abe3d..af39209d0fcf 100644 --- a/drivers/infiniband/sw/rxe/rxe.c +++ b/drivers/infiniband/sw/rxe/rxe.c @@ -81,7 +81,7 @@ static void rxe_init_device_param(struct rxe_dev *rxe, struct net_device *ndev) } else { /* * This device does not have a HW address, but - * connection mangagement requires a unique gid. + * connection management requires a unique gid. */ eth_random_addr(rxe->raw_gid); } diff --git a/drivers/infiniband/sw/rxe/rxe_param.h b/drivers/infiniband/sw/rxe/rxe_param.h index 767870568372..1cc77c46bbcb 100644 --- a/drivers/infiniband/sw/rxe/rxe_param.h +++ b/drivers/infiniband/sw/rxe/rxe_param.h @@ -109,7 +109,7 @@ enum rxe_device_param { RXE_INFLIGHT_SKBS_PER_QP_HIGH = 64, RXE_INFLIGHT_SKBS_PER_QP_LOW = 16, - /* Max number of interations of each work item + /* Max number of iterations of each work item * before yielding the cpu to let other * work make progress */ diff --git a/drivers/infiniband/sw/rxe/rxe_resp.c b/drivers/infiniband/sw/rxe/rxe_resp.c index 9cb2f6fbf2dd..d8d1b7f2f341 100644 --- a/drivers/infiniband/sw/rxe/rxe_resp.c +++ b/drivers/infiniband/sw/rxe/rxe_resp.c @@ -1505,7 +1505,7 @@ static int flush_recv_wqe(struct rxe_qp *qp, struct rxe_recv_wqe *wqe) return err; } -/* drain and optionally complete the recive queue +/* drain and optionally complete the receive queue * if unable to complete a wqe stop completing and * just flush the remaining wqes */ |
