Skip to content

Commit 1b8ba6e

Browse files
Yuuoniyrleon
authored andcommitted
RDMA/hfi1: Fix doc for hfi1_free_ctxt
Fix the typo of hfi1_create_ctxtdata. Signed-off-by: Miaoqian Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
1 parent 1b929c0 commit 1b8ba6e

File tree

1 file changed

+1
-1
lines changed
  • drivers/infiniband/hw/hfi1

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/hfi1/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ int hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, int numa,
464464
*
465465
* This wrapper is the free function that matches hfi1_create_ctxtdata().
466466
* When a context is done being used (kernel or user), this function is called
467-
* for the "final" put to match the kref init from hf1i_create_ctxtdata().
467+
* for the "final" put to match the kref init from hfi1_create_ctxtdata().
468468
* Other users of the context do a get/put sequence to make sure that the
469469
* structure isn't removed while in use.
470470
*/

0 commit comments

Comments
 (0)