]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Fix comment about the trace_event_call flags
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 26 Feb 2021 19:09:15 +0000 (14:09 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 4 Mar 2021 14:51:50 +0000 (09:51 -0500)
commiteb3f7e4a0ad44d90120ad99752bed02b97da2d2b
treeb1de560ffe692807fa7c5d54253ac41d3698a313
parent9cf341827159f2d345d0053c1b464f0c76098d12
tracing: Fix comment about the trace_event_call flags

In the declaration of the struct trace_event_call, the flags has the bits
defined in the comment above it. But these bits are also defined by the
TRACE_EVENT_FL_* enums just above the declaration of the struct. As the
comment about the flags in the struct has become stale and incorrect, just
replace it with a reference to the TRACE_EVENT_FL_* enum above.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/trace_events.h