]> Git Repo - linux.git/commit
Fix tracing sample code warning.
authorLinus Torvalds <[email protected]>
Sat, 28 Oct 2017 03:35:31 +0000 (20:35 -0700)
committerLinus Torvalds <[email protected]>
Sat, 28 Oct 2017 03:35:31 +0000 (20:35 -0700)
commita0cb2b5c390151837b08e5f7bca4a6ecddbcd39c
treeba286b1b841d9d81f7a22bf9d6a66f918f5a22f9
parentfe23429e6bfec817abcf316f4782aed8426ea745
Fix tracing sample code warning.

Commit 6575257c60e1 ("tracing/samples: Fix creation and deletion of
simple_thread_fn creation") introduced a new warning due to using a
boolean as a counter.

Just make it "int".

Fixes: 6575257c60e1 ("tracing/samples: Fix creation and deletion of simple_thread_fn creation")
Cc: Steven Rostedt <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
samples/trace_events/trace-events-sample.c
This page took 0.053918 seconds and 4 git commands to generate.