]> git.ipfire.org Git - thirdparty/linux.git/commit
Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init()
authorKriish Sharma <kriish.sharma2006@gmail.com>
Sat, 25 Oct 2025 12:07:07 +0000 (12:07 +0000)
committerWei Liu <wei.liu@kernel.org>
Sat, 15 Nov 2025 06:18:16 +0000 (06:18 +0000)
commit6626f815a1716259f161a4df8d105c9f0c8cbae9
treeaaa9252ae412fb773c55432180489d8e10483eda
parent77c860d2dbb72d1f3c6a2e882a07d19eca399db5
Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init()

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@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503021934.wH1BERla-lkp@intel.com
Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
Reviewed-by: Easwar Hariharan <easwar.hariharan@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/channel.c