Commit 1d83c3a2 authored by Qiujun Huang's avatar Qiujun Huang Committed by Steven Rostedt (VMware)
Browse files

tracing: Fix synth_event_add_val() kernel-doc comment

parent b7d5eb26
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1978,7 +1978,7 @@ EXPORT_SYMBOL_GPL(synth_event_add_next_val);
/**
/**
 * synth_event_add_val - Add a named field's value to an open synth trace
 * synth_event_add_val - Add a named field's value to an open synth trace
 * @field_name: The name of the synthetic event field value to set
 * @field_name: The name of the synthetic event field value to set
 * @val: The value to set the next field to
 * @val: The value to set the named field to
 * @trace_state: A pointer to object tracking the piecewise trace state
 * @trace_state: A pointer to object tracking the piecewise trace state
 *
 *
 * Set the value of the named field in an event that's been opened by
 * Set the value of the named field in an event that's been opened by