aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-10-06 18:28:30 +0100
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2021-10-10 22:27:40 -0400
commitb26503b15631229583e925de774e95b11d8144e8 (patch)
treee0bc56e225aadd14af6e72ecc06da05c48ec3d07 /kernel/trace/trace_events_hist.c
parentbootconfig: init: Fix memblock leak in xbc_make_cmdline() (diff)
downloadlinux-dev-b26503b15631229583e925de774e95b11d8144e8.tar.xz
linux-dev-b26503b15631229583e925de774e95b11d8144e8.zip
tracing: Fix missing * in comment block
There is a missing * in a comment block, add it in. Link: https://lkml.kernel.org/r/20211006172830.1025336-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_events_hist.c')
-rw-r--r--kernel/trace/trace_events_hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_events_hist.c b/kernel/trace/trace_events_hist.c
index a6061a69aa84..f01e442716e2 100644
--- a/kernel/trace/trace_events_hist.c
+++ b/kernel/trace/trace_events_hist.c
@@ -2506,7 +2506,7 @@ find_synthetic_field_var(struct hist_trigger_data *target_hist_data,
* events. However, for convenience, users are allowed to directly
* specify an event field in an action, which will be automatically
* converted into a variable on their behalf.
-
+ *
* If a user specifies a field on an event that isn't the event the
* histogram currently being defined (the target event histogram), the
* only way that can be accomplished is if a new hist trigger is