Skip to content

Commit 0a068f4

Browse files
ColinIanKingrostedt
authored andcommitted
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/[email protected] Signed-off-by: Colin Ian King <[email protected]> Acked-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent eb70814 commit 0a068f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/trace/trace_events_hist.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ static struct hist_field *find_any_var_ref(struct hist_trigger_data *hist_data,
983983
* A trigger can define one or more variables. If any one of them is
984984
* currently referenced by any other trigger, this function will
985985
* determine that.
986-
986+
*
987987
* Typically used to determine whether or not a trigger can be removed
988988
* - if there are any references to a trigger's variables, it cannot.
989989
*
@@ -3226,7 +3226,7 @@ static struct field_var *create_field_var(struct hist_trigger_data *hist_data,
32263226
* events. However, for convenience, users are allowed to directly
32273227
* specify an event field in an action, which will be automatically
32283228
* converted into a variable on their behalf.
3229-
3229+
*
32303230
* This function creates a field variable with the name var_name on
32313231
* the hist trigger currently being defined on the target event. If
32323232
* subsys_name and event_name are specified, this function simply

0 commit comments

Comments
 (0)