]> www.infradead.org Git - users/jedix/linux-maple.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Aug 2015 16:29:12 +0000 (09:29 -0700)
commit2161c8679389c9008ec7a1c5c279ced37cc07f5e
treea7fd9c10ef9430f1e0da054a897add6e323515c4
parenta27274be0112c7d458caba759e1d550fd9985e5f
tracing: Fix typo from "static inlin" to "static inline"

commit cc9e4bde03f2b4cfba52406c021364cbd2a4a0f3 upstream.

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().

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/trace/trace.h