diff options
| author | Qiujun Huang <[email protected]> | 2021-05-16 02:24:10 +0000 |
|---|---|---|
| committer | Steven Rostedt (VMware) <[email protected]> | 2021-12-06 17:53:50 -0500 |
| commit | 1d83c3a20b0c5708b51c16a021ab76305dbb9943 (patch) | |
| tree | ef5a2e7adaeb59ebc1efa9a949cf88520bcb3073 /kernel | |
| parent | b7d5eb267f8c234d6eda40e21c0105a1f6231d14 (diff) | |
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]>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/trace/trace_events_synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_events_synth.c b/kernel/trace/trace_events_synth.c index 22db3ce95e74..98e002648994 100644 --- a/kernel/trace/trace_events_synth.c +++ b/kernel/trace/trace_events_synth.c @@ -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 * @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 * * Set the value of the named field in an event that's been opened by |