diff options
author | Qiujun Huang <hqjagain@gmail.com> | 2021-05-16 05:24:10 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2021-12-07 01:53:50 +0300 |
commit | 1d83c3a20b0c5708b51c16a021ab76305dbb9943 (patch) | |
tree | ef5a2e7adaeb59ebc1efa9a949cf88520bcb3073 /kernel/trace/trace_events_synth.c | |
parent | b7d5eb267f8c234d6eda40e21c0105a1f6231d14 (diff) | |
download | linux-1d83c3a20b0c5708b51c16a021ab76305dbb9943.tar.xz |
tracing: Fix synth_event_add_val() kernel-doc comment
It's named field here.
Link: https://lkml.kernel.org/r/20210516022410.64271-1-hqjagain@gmail.com
Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_events_synth.c')
-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 |