]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing: Fix typo from "static inlin" to "static inline"
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Thu, 25 Jun 2015 22:19:37 +0000 (18:19 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 25 Jun 2015 22:21:34 +0000 (18:21 -0400)
commitcc9e4bde03f2b4cfba52406c021364cbd2a4a0f3
tree948a50099b9863fe52c39378c26c3f143252e2d4
parent6b88f44e161b9ee2a803e5b2b1fbcf4e20e8b980
tracing: Fix typo from "static inlin" to "static inline"

The trace.h header when called without CONFIG_EVENT_TRACING enabled
(seldom done), will not compile because of a typo in the protocol
of trace_event_enum_update().

Cc: stable@vger.kernel.org # 4.1+
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.h