* [PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc
@ 2024-05-20 5:42 Yang Li
2024-05-28 13:17 ` Daniel Bristot de Oliveira
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2024-05-20 5:42 UTC (permalink / raw)
To: bristot, rostedt, mhiramat; +Cc: linux-trace-kernel, linux-kernel, Yang Li
The patch updates the function documentation comment for
rv_en(dis)able_monitor to adhere to the kernel-doc specification.
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
kernel/trace/rv/rv.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kernel/trace/rv/rv.c b/kernel/trace/rv/rv.c
index 2f68e93fff0b..df0745a42a3f 100644
--- a/kernel/trace/rv/rv.c
+++ b/kernel/trace/rv/rv.c
@@ -245,6 +245,7 @@ static int __rv_disable_monitor(struct rv_monitor_def *mdef, bool sync)
/**
* rv_disable_monitor - disable a given runtime monitor
+ * @mdef: Pointer to the monitor definition structure.
*
* Returns 0 on success.
*/
@@ -256,6 +257,7 @@ int rv_disable_monitor(struct rv_monitor_def *mdef)
/**
* rv_enable_monitor - enable a given runtime monitor
+ * @mdef: Pointer to the monitor definition structure.
*
* Returns 0 on success, error otherwise.
*/
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc
2024-05-20 5:42 [PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc Yang Li
@ 2024-05-28 13:17 ` Daniel Bristot de Oliveira
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Bristot de Oliveira @ 2024-05-28 13:17 UTC (permalink / raw)
To: Yang Li, rostedt, mhiramat; +Cc: linux-trace-kernel, linux-kernel
On 5/20/24 07:42, Yang Li wrote:
> The patch updates the function documentation comment for
> rv_en(dis)able_monitor to adhere to the kernel-doc specification.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Thanks
-- Daniel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-28 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-20 5:42 [PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc Yang Li
2024-05-28 13:17 ` Daniel Bristot de Oliveira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).