linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RDMA/hfi1: Fix doc for hfi1_free_ctxt
@ 2022-12-16  9:52 Miaoqian Lin
  2022-12-27 13:49 ` Leon Romanovsky
  0 siblings, 1 reply; 2+ messages in thread
From: Miaoqian Lin @ 2022-12-16  9:52 UTC (permalink / raw)
  To: Dennis Dalessandro, Jason Gunthorpe, Leon Romanovsky, linux-rdma,
	linux-kernel
  Cc: linmq006

Fix the typo of hfi1_create_ctxtdata.

Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
---
 drivers/infiniband/hw/hfi1/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/hw/hfi1/init.c b/drivers/infiniband/hw/hfi1/init.c
index 24c0f0d257fc..62b6c5020039 100644
--- a/drivers/infiniband/hw/hfi1/init.c
+++ b/drivers/infiniband/hw/hfi1/init.c
@@ -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().
  * 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
  * structure isn't removed while in use.
  */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] RDMA/hfi1: Fix doc for hfi1_free_ctxt
  2022-12-16  9:52 [PATCH] RDMA/hfi1: Fix doc for hfi1_free_ctxt Miaoqian Lin
@ 2022-12-27 13:49 ` Leon Romanovsky
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2022-12-27 13:49 UTC (permalink / raw)
  To: Miaoqian Lin, linux-rdma, linux-kernel, Dennis Dalessandro,
	Jason Gunthorpe

On Fri, 16 Dec 2022 13:52:25 +0400, Miaoqian Lin wrote:
> Fix the typo of hfi1_create_ctxtdata.
> 
> 

Applied, thanks!

[1/1] RDMA/hfi1: Fix doc for hfi1_free_ctxt
      https://git.kernel.org/rdma/rdma/c/1b8ba6e41f11fc

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-27 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16  9:52 [PATCH] RDMA/hfi1: Fix doc for hfi1_free_ctxt Miaoqian Lin
2022-12-27 13:49 ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).