Skip to content

Commit bd7217f

Browse files
gscuirostedt
authored andcommitted
tracing: Fix kernel-doc warnings in trace_events_trigger.c
Fix kernel-doc warnings: kernel/trace/trace_events_trigger.c:59: warning: Function parameter or member 'buffer' not described in 'event_triggers_call' kernel/trace/trace_events_trigger.c:59: warning: Function parameter or member 'event' not described in 'event_triggers_call' Link: https://lkml.kernel.org/r/[email protected] Cc: <[email protected]> Signed-off-by: Gaosheng Cui <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent b32c789 commit bd7217f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/trace/trace_events_trigger.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ void trigger_data_free(struct event_trigger_data *data)
3131
/**
3232
* event_triggers_call - Call triggers associated with a trace event
3333
* @file: The trace_event_file associated with the event
34+
* @buffer: The ring buffer that the event is being written to
3435
* @rec: The trace entry for the event, NULL for unconditional invocation
36+
* @event: The event meta data in the ring buffer
3537
*
3638
* For each trigger associated with an event, invoke the trigger
3739
* function registered with the associated trigger command. If rec is

0 commit comments

Comments
 (0)