Re: [PATCH] modules: moduleparam.h: add kernel-doc comments
From: Petr Pavlu
Date: Mon Dec 15 2025 - 05:59:17 EST
On 12/14/25 9:23 PM, Randy Dunlap wrote:
> Add missing kernel-doc comments to prevent kernel-doc warnings:
>
> Warning: include/linux/moduleparam.h:364 function parameter 'arg' not
> described in '__core_param_cb'
> Warning: include/linux/moduleparam.h:395 No description found for return
> value of 'parameq'
> Warning: include/linux/moduleparam.h:405 No description found for return
> value of 'parameqn'
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Nit: The description is somewhat misleading as it mentions adding
kernel-doc comments, but the patch actually involves fixing the existing
comments. I guess this can be adjusted by a maintainer who picks up the
patch and there is no need to resend it.
Looks ok to me otherwise.
Reviewed-by: Petr Pavlu <petr.pavlu@xxxxxxxx>
--
Thanks,
Petr