Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tracing/hist: add in missing * in comment blocks

There are a couple of missing * in comment blocks. Fix these.
Cleans up two clang warnings:

kernel/trace/trace_events_hist.c:986: warning: bad line:
kernel/trace/trace_events_hist.c:3229: warning: bad line:

Link: https://lkml.kernel.org/r/20221020133019.1547587-1-colin.i.king@gmail.com

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

authored by

Colin Ian King and committed by
Steven Rostedt (Google)
0a068f4a eb708140

+2 -2
+2 -2
kernel/trace/trace_events_hist.c
··· 983 983 * A trigger can define one or more variables. If any one of them is 984 984 * currently referenced by any other trigger, this function will 985 985 * determine that. 986 - 986 + * 987 987 * Typically used to determine whether or not a trigger can be removed 988 988 * - if there are any references to a trigger's variables, it cannot. 989 989 * ··· 3226 3226 * events. However, for convenience, users are allowed to directly 3227 3227 * specify an event field in an action, which will be automatically 3228 3228 * converted into a variable on their behalf. 3229 - 3229 + * 3230 3230 * This function creates a field variable with the name var_name on 3231 3231 * the hist trigger currently being defined on the target event. If 3232 3232 * subsys_name and event_name are specified, this function simply