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>
} 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);
}
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
*/
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
*/