Skip to content

Commit b26503b

Browse files
Colin Ian Kingrostedt
authored andcommitted
tracing: Fix missing * in comment block
There is a missing * in a comment block, add it in. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 1ae4385 commit b26503b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/trace_events_hist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,7 @@ find_synthetic_field_var(struct hist_trigger_data *target_hist_data,
25062506
* events. However, for convenience, users are allowed to directly
25072507
* specify an event field in an action, which will be automatically
25082508
* converted into a variable on their behalf.
2509-
2509+
*
25102510
* If a user specifies a field on an event that isn't the event the
25112511
* histogram currently being defined (the target event histogram), the
25122512
* only way that can be accomplished is if a new hist trigger is

0 commit comments

Comments
 (0)