Re: [PATCH] RDMA/rxe: fix typos in comments

From: Jason Gunthorpe

Date: Fri May 29 2026 - 09:43:59 EST


On Wed, May 27, 2026 at 10:45:26AM +0000, Purushothaman Ramalingam wrote:
> 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.
>
> Signed-off-by: Purushothaman Ramalingam <purush.ramalingam@xxxxxxxxx>
> Reviewed-by: Zhu Yanjun <yanjun.zhu@xxxxxxxxx>
> ---
> drivers/infiniband/sw/rxe/rxe.c | 2 +-
> drivers/infiniband/sw/rxe/rxe_param.h | 2 +-
> drivers/infiniband/sw/rxe/rxe_resp.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)

Applied thanks

Jason