[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4e15feab-5d75-6748-324d-ff58d0f862b8@redhat.com>
Date: Thu, 2 Mar 2023 04:51:43 -0800
From: Tom Rix <trix@...hat.com>
To: Marco Pagani <marpagan@...hat.com>,
Moritz Fischer <mdf@...nel.org>, Wu Hao <hao.wu@...el.com>,
Xu Yilun <yilun.xu@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Alan Tull <atull@...nel.org>
Cc: linux-fpga@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fpga: bridge: fix kernel-doc parameter description
On 3/1/23 6:03 AM, Marco Pagani wrote:
> 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@...hat.com>
Reviewed-by: Tom Rix <trix@...hat.com>
> ---
> drivers/fpga/fpga-bridge.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/fpga/fpga-bridge.c b/drivers/fpga/fpga-bridge.c
> index 5cd40acab5bf..ff4470067ed5 100644
> --- a/drivers/fpga/fpga-bridge.c
> +++ b/drivers/fpga/fpga-bridge.c
> @@ -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
> * @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.
> *
Powered by blists - more mailing lists