]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
RDMA/rxe: Fix typos in comments
authorPurushothaman Ramalingam <purush.ramalingam@gmail.com>
Wed, 27 May 2026 10:45:26 +0000 (10:45 +0000)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 29 May 2026 13:39:10 +0000 (10:39 -0300)
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>
drivers/infiniband/sw/rxe/rxe.c
drivers/infiniband/sw/rxe/rxe_param.h
drivers/infiniband/sw/rxe/rxe_resp.c

index b0714f9abe3d94bbfa2643cb7ce9ea40bd57a962..af39209d0fcf868f2db8054a46a02ae54d12266b 100644 (file)
@@ -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);
        }
index 767870568372dda86ea02da56db5a9e534302d83..1cc77c46bbcbc98d573a00d300ee0e44ee734bc7 100644 (file)
@@ -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
         */
index 9cb2f6fbf2dd6acf9411eee9ff46ff312a1704e9..d8d1b7f2f3416e3e41b04dc1927a9081ac53a35d 100644 (file)
@@ -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
  */