Commit 7ef1a2c1 authored by Marco Pagani's avatar Marco Pagani Committed by Greg Kroah-Hartman

fpga: bridge: fix kernel-doc parameter description

Fix the kernel-doc description for the "struct fpga_image_info *info"
parameter of the fpga_bridge_get() function.

Fixes: 060ac5c8 ("fpga: bridge: kernel-doc fixes")
Signed-off-by: default avatarMarco Pagani <marpagan@redhat.com>
Reviewed-by: default avatarTom Rix <trix@redhat.com>
Acked-by: default avatarXu Yilun <yilun.xu@intel.com>
Link: https://lore.kernel.org/r/20230301140309.512578-1-marpagan@redhat.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81773c98
...@@ -115,7 +115,7 @@ static int fpga_bridge_dev_match(struct device *dev, const void *data) ...@@ -115,7 +115,7 @@ static int fpga_bridge_dev_match(struct device *dev, const void *data)
/** /**
* fpga_bridge_get - get an exclusive reference to an fpga bridge * fpga_bridge_get - get an exclusive reference to an fpga bridge
* @dev: parent device that fpga bridge was registered with * @dev: parent device that fpga bridge was registered with
* @info: fpga manager info * @info: fpga image specific information
* *
* Given a device, get an exclusive reference to an fpga bridge. * Given a device, get an exclusive reference to an fpga bridge.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment