Skip to content

Commit 1d83c3a

Browse files
Qiujun Huangrostedt
authored andcommitted
tracing: Fix synth_event_add_val() kernel-doc comment
It's named field here. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Qiujun Huang <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent b7d5eb2 commit 1d83c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/trace_events_synth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ EXPORT_SYMBOL_GPL(synth_event_add_next_val);
19781978
/**
19791979
* synth_event_add_val - Add a named field's value to an open synth trace
19801980
* @field_name: The name of the synthetic event field value to set
1981-
* @val: The value to set the next field to
1981+
* @val: The value to set the named field to
19821982
* @trace_state: A pointer to object tracking the piecewise trace state
19831983
*
19841984
* Set the value of the named field in an event that's been opened by

0 commit comments

Comments
 (0)