Re: [PATCH] firmware: stratix10-svc: fix kernel-doc warning

From: Greg KH
Date: Fri Jul 15 2022 - 11:34:17 EST


On Fri, Jul 15, 2022 at 10:03:49AM -0500, Dinh Nguyen wrote:
> include/linux/firmware/intel/stratix10-svc-client.h:55: warning: This comment
> starts with '/**', but isn't a kernel-doc comment. Refer
> Documentation/doc-guide/kernel-doc.rst
> * Flag bit for COMMAND_RECONFIG
>
> Fixes: 4a4709d470e6 ("firmware: stratix10-svc: add new FCS commands")
> Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx>
> ---
> include/linux/firmware/intel/stratix10-svc-client.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

You forgot the reported-by link :(

I'll go add it...