Re: [PATCH 3/3] firmware: stratix10-svc: fix make htmldocs warning
From: Greg KH
Date: Mon Nov 24 2025 - 11:49:16 EST
On Fri, Nov 14, 2025 at 12:58:15PM -0600, Dinh Nguyen wrote:
> Stephen Rothwell reports htmldocs warnings when merging char-misc tree:
>
> WARNING: include/linux/firmware/intel/stratix10-svc-client.h:22 This comment
> starts with '/**', but isn't a kernel-doc comment.
>
> WARNING: include/linux/firmware/intel/stratix10-svc-client.h:184 Enum value
> 'COMMAND_HWMON_READTEMP' not described in enum 'stratix10_svc_command_code'
>
> WARNING: include/linux/firmware/intel/stratix10-svc-client.h:184 Enum value
> 'COMMAND_HWMON_READVOLT' not described in enum 'stratix10_svc_command_code'
>
> WARNING: include/linux/firmware/intel/stratix10-svc-client.h:307 function
> parameter 'cb_arg' not described in 'async_callback_t'
>
> Fixes: 4f49088c1625 ("firmware: stratix10-svc: Add definition for voltage and temperature sensor")
> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Closes: https://lore.kernel.org/linux-next/20251114153920.1c5df700@xxxxxxxxxxxxxxxx/
> Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx>
> ---
> include/linux/firmware/intel/stratix10-svc-client.h | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
This is the same subject line as patch 1/3. Please don't do that. I'll
try to fix this up...
thanks,
greg k-h