Skip to content

Commit b32c789

Browse files
gscuirostedt
authored andcommitted
tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.c
Fix kernel-doc warning: kernel/trace/trace_events_synth.c:1257: warning: Function parameter or member 'mod' not described in 'synth_event_gen_cmd_array_start' 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 151e34d commit b32c789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/trace/trace_events_synth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,7 @@ EXPORT_SYMBOL_GPL(__synth_event_gen_cmd_start);
12301230
* synth_event_gen_cmd_array_start - Start synthetic event command from an array
12311231
* @cmd: A pointer to the dynevent_cmd struct representing the new event
12321232
* @name: The name of the synthetic event
1233+
* @mod: The module creating the event, NULL if not created from a module
12331234
* @fields: An array of type/name field descriptions
12341235
* @n_fields: The number of field descriptions contained in the fields array
12351236
*

0 commit comments

Comments
 (0)