From: Julia Lawall Date: Sat, 21 May 2022 11:11:37 +0000 (+0200) Subject: IB/core: Fix typo in comment X-Git-Tag: v6.1-rc5~1241^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b599b31033aa6928309d1cf8180c3daf260574e1;p=platform%2Fkernel%2Flinux-starfive.git IB/core: Fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/20220521111145.81697-87-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall Signed-off-by: Jason Gunthorpe --- diff --git a/drivers/infiniband/core/umem_odp.c b/drivers/infiniband/core/umem_odp.c index aead24c..186ed88 100644 --- a/drivers/infiniband/core/umem_odp.c +++ b/drivers/infiniband/core/umem_odp.c @@ -455,7 +455,7 @@ retry: break; } } - /* upon sucesss lock should stay on hold for the callee */ + /* upon success lock should stay on hold for the callee */ if (!ret) ret = dma_index - start_idx; else