projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83567ce
)
IB/core: Fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:37 +0000
(13:11 +0200)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Tue, 24 May 2022 14:24:58 +0000
(11:24 -0300)
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 <Julia.Lawall@inria.fr>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/core/umem_odp.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/core/umem_odp.c
b/drivers/infiniband/core/umem_odp.c
index
aead24c
..
186ed88
100644
(file)
--- a/
drivers/infiniband/core/umem_odp.c
+++ b/
drivers/infiniband/core/umem_odp.c
@@
-455,7
+455,7
@@
retry:
break;
}
}
- /* upon suc
es
ss lock should stay on hold for the callee */
+ /* upon suc
ce
ss lock should stay on hold for the callee */
if (!ret)
ret = dma_index - start_idx;
else