Skip to content

Commit 1e8b7b3

Browse files
Yang Lirostedt
authored andcommitted
rv: Update rv_en(dis)able_monitor doc to match kernel-doc
The patch updates the function documentation comment for rv_en(dis)able_monitor to adhere to the kernel-doc specification. Link: https://lore.kernel.org/linux-trace-kernel/[email protected] Fixes: 102227b ("rv: Add Runtime Verification (RV) interface") Signed-off-by: Yang Li <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 23748e3 commit 1e8b7b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/trace/rv/rv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ static int __rv_disable_monitor(struct rv_monitor_def *mdef, bool sync)
245245

246246
/**
247247
* rv_disable_monitor - disable a given runtime monitor
248+
* @mdef: Pointer to the monitor definition structure.
248249
*
249250
* Returns 0 on success.
250251
*/
@@ -256,6 +257,7 @@ int rv_disable_monitor(struct rv_monitor_def *mdef)
256257

257258
/**
258259
* rv_enable_monitor - enable a given runtime monitor
260+
* @mdef: Pointer to the monitor definition structure.
259261
*
260262
* Returns 0 on success, error otherwise.
261263
*/

0 commit comments

Comments
 (0)