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:
1b929c0
)
RDMA/hfi1: Fix doc for hfi1_free_ctxt
author
Miaoqian Lin
<linmq006@gmail.com>
Fri, 16 Dec 2022 09:52:25 +0000
(13:52 +0400)
committer
Leon Romanovsky
<leon@kernel.org>
Tue, 27 Dec 2022 12:41:41 +0000
(14:41 +0200)
Fix the typo of hfi1_create_ctxtdata.
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Link:
https://lore.kernel.org/r/20221216095225.685353-1-linmq006@gmail.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hfi1/init.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/hfi1/init.c
b/drivers/infiniband/hw/hfi1/init.c
index
24c0f0d
..
62b6c50
100644
(file)
--- a/
drivers/infiniband/hw/hfi1/init.c
+++ b/
drivers/infiniband/hw/hfi1/init.c
@@
-464,7
+464,7
@@
bail:
*
* This wrapper is the free function that matches hfi1_create_ctxtdata().
* When a context is done being used (kernel or user), this function is called
- * for the "final" put to match the kref init from hf
1i
_create_ctxtdata().
+ * for the "final" put to match the kref init from hf
i1
_create_ctxtdata().
* Other users of the context do a get/put sequence to make sure that the
* structure isn't removed while in use.
*/