[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <23c9d48c-f51c-4898-9870-646bf5e02680@linux.microsoft.com>
Date: Mon, 27 Oct 2025 09:09:13 -0700
From: Easwar Hariharan <easwar.hariharan@...ux.microsoft.com>
To: kriish.sharma2006@...il.com
Cc: kys@...rosoft.com, haiyangz@...rosoft.com, wei.liu@...nel.org,
decui@...rosoft.com, longli@...rosoft.com,
easwar.hariharan@...ux.microsoft.com, linux-hyperv@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel test robot <lkp@...el.com>
Subject: Re: [PATCH] hv: fix missing kernel-doc description for 'size' in
request_arr_init()
On 10/25/2025 5:07 AM, kriish.sharma2006@...il.com wrote:
> From: Kriish Sharma <kriish.sharma2006@...il.com>
>
> Add missing kernel-doc entry for the @size parameter in
> request_arr_init(), fixing the following documentation warning
> reported by the kernel test robot and detected via kernel-doc:
>
> Warning: drivers/hv/channel.c:595 function parameter 'size' not described in 'request_arr_init'
>
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202503021934.wH1BERla-lkp@intel.com
> Signed-off-by: Kriish Sharma <kriish.sharma2006@...il.com>
> ---
> drivers/hv/channel.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Thanks for the patch!
Reviewed-by: Easwar Hariharan <easwar.hariharan@...ux.microsoft.com>
> diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
> index 88485d255a42..6821f225248b 100644
> --- a/drivers/hv/channel.c
> +++ b/drivers/hv/channel.c
> @@ -590,7 +590,7 @@ EXPORT_SYMBOL_GPL(vmbus_establish_gpadl);
> * keeps track of the next available slot in the array. Initially, each
> * slot points to the next one (as in a Linked List). The last slot
> * does not point to anything, so its value is U64_MAX by default.
> - * @size The size of the array
> + * @size: The size of the array
> */
> static u64 *request_arr_init(u32 size)
> {
Powered by blists - more mailing lists