git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a4081
)
tracing: add static to generated TRACE_EVENT functions
author
Steven Rostedt
<srostedt@redhat.com>
Mon, 14 Sep 2009 14:50:23 +0000
(10:50 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Mon, 14 Sep 2009 14:50:23 +0000
(10:50 -0400)
Some of the generated functions used in the TRACE_EVENT macros are
not declared static, but they are not global.
Discovered by sparse.
Reported-by: Jaswinder Singh Rajput <jaswinder@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found