* [PATCH] firmware: stratix10-svc: fix kernel-doc warning
@ 2022-07-15 15:03 Dinh Nguyen
2022-07-15 15:34 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Dinh Nguyen @ 2022-07-15 15:03 UTC (permalink / raw)
To: gregkh; +Cc: dinguyen, linux-kernel
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@kernel.org>
---
include/linux/firmware/intel/stratix10-svc-client.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/linux/firmware/intel/stratix10-svc-client.h b/include/linux/firmware/intel/stratix10-svc-client.h
index a776a787ac75..0c16037fd08d 100644
--- a/include/linux/firmware/intel/stratix10-svc-client.h
+++ b/include/linux/firmware/intel/stratix10-svc-client.h
@@ -51,7 +51,8 @@
#define SVC_STATUS_ERROR 5
#define SVC_STATUS_NO_SUPPORT 6
#define SVC_STATUS_INVALID_PARAM 7
-/**
+
+/*
* Flag bit for COMMAND_RECONFIG
*
* COMMAND_RECONFIG_FLAG_PARTIAL:
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] firmware: stratix10-svc: fix kernel-doc warning
2022-07-15 15:03 [PATCH] firmware: stratix10-svc: fix kernel-doc warning Dinh Nguyen
@ 2022-07-15 15:34 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-07-15 15:34 UTC (permalink / raw)
To: Dinh Nguyen; +Cc: linux-kernel
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@kernel.org>
> ---
> 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...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-15 15:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15 15:03 [PATCH] firmware: stratix10-svc: fix kernel-doc warning Dinh Nguyen
2022-07-15 15:34 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox