提交 1b8ba6e4 编写于 作者: M Miaoqian Lin 提交者: Leon Romanovsky

RDMA/hfi1: Fix doc for hfi1_free_ctxt

Fix the typo of hfi1_create_ctxtdata.
Signed-off-by: NMiaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20221216095225.685353-1-linmq006@gmail.comSigned-off-by: NLeon Romanovsky <leon@kernel.org>
上级 1b929c02
...@@ -464,7 +464,7 @@ int hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, int numa, ...@@ -464,7 +464,7 @@ int hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, int numa,
* *
* This wrapper is the free function that matches hfi1_create_ctxtdata(). * 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 * When a context is done being used (kernel or user), this function is called
* for the "final" put to match the kref init from hf1i_create_ctxtdata(). * for the "final" put to match the kref init from hfi1_create_ctxtdata().
* Other users of the context do a get/put sequence to make sure that the * Other users of the context do a get/put sequence to make sure that the
* structure isn't removed while in use. * structure isn't removed while in use.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册