Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 060ac5c8fa7b ("fpga: bridge: kernel-doc fixes")
Signed-off-by: Marco Pagani <marpagan@redhat.com>
Reviewed-by: Tom Rix <trix@redhat.com>
Acked-by: Xu Yilun <yilun.xu@intel.com>
Link: https://lore.kernel.org/r/20230301140309.512578-1-marpagan@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Marco Pagani and committed by
Greg Kroah-Hartman
7ef1a2c1 81773c98

+1 -1
+1 -1
drivers/fpga/fpga-bridge.c
··· 115 115 /** 116 116 * fpga_bridge_get - get an exclusive reference to an fpga bridge 117 117 * @dev: parent device that fpga bridge was registered with 118 - * @info: fpga manager info 118 + * @info: fpga image specific information 119 119 * 120 120 * Given a device, get an exclusive reference to an fpga bridge. 121 121 *