[PATCH] fpga: Fix of_fpga_mgr_get() reference in fpga_mgr_lock() docs

Karl Mehltretter posted 1 patch 1 week, 6 days ago
drivers/fpga/fpga-mgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fpga: Fix of_fpga_mgr_get() reference in fpga_mgr_lock() docs
Posted by Karl Mehltretter 1 week, 6 days ago
The fpga_mgr_lock() comment lists of_fpga_mgr_put() as a source of a
manager pointer. The helper which obtains that pointer is
of_fpga_mgr_get(). Correct the reference.

Fixes: ebf877a51ad7 ("fpga: mgr: separate getting/locking FPGA manager")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 drivers/fpga/fpga-mgr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/fpga/fpga-mgr.c b/drivers/fpga/fpga-mgr.c
index 2672070ced026b022454e730520ab147fb02431d..5a0b7780b335887f36f7f182c28c8514f75e1733 100644
--- a/drivers/fpga/fpga-mgr.c
+++ b/drivers/fpga/fpga-mgr.c
@@ -744,7 +744,7 @@ EXPORT_SYMBOL_GPL(fpga_mgr_put);
  * @mgr:	fpga manager
  *
  * Given a pointer to FPGA Manager (from fpga_mgr_get() or
- * of_fpga_mgr_put()) attempt to get the mutex. The user should call
+ * of_fpga_mgr_get()) attempt to get the mutex. The user should call
  * fpga_mgr_lock() and verify that it returns 0 before attempting to
  * program the FPGA.  Likewise, the user should call fpga_mgr_unlock
  * when done programming the FPGA.
-- 
2.39.5 (Apple Git-154)
Re: [PATCH] fpga: Fix of_fpga_mgr_get() reference in fpga_mgr_lock() docs
Posted by Xu Yilun 6 days, 18 hours ago
On Sat, Sep 12, 2026 at 12:09:37PM +0200, Karl Mehltretter wrote:
> The fpga_mgr_lock() comment lists of_fpga_mgr_put() as a source of a
> manager pointer. The helper which obtains that pointer is
> of_fpga_mgr_get(). Correct the reference.
> 
> Fixes: ebf877a51ad7 ("fpga: mgr: separate getting/locking FPGA manager")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

Reviewed-by: Xu Yilun <yilun.xu@intel.com>

Applied to for-next