commit | cc9e4bde03f2b4cfba52406c021364cbd2a4a0f3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Thu Jun 25 18:19:37 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 25 18:21:34 2015 -0400 |
tree | 948a50099b9863fe52c39378c26c3f143252e2d4 | |
parent | 6b88f44e161b9ee2a803e5b2b1fbcf4e20e8b980 [diff] |
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>