]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
commitded0abacdc162cf16fdd75d3b04f2be8f67f4654
tree176994a26290364eac115d1d433db4bbadefed93
parent57d87906209a67dfebe6700cb5532eaf7e0f87f1
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>
drivers/infiniband/sw/rxe/rxe.c
drivers/infiniband/sw/rxe/rxe_param.h
drivers/infiniband/sw/rxe/rxe_resp.c