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:
2314c4a
)
tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
author
Steven Rostedt
<srostedt@redhat.com>
Tue, 10 Mar 2009 16:41:38 +0000
(12:41 -0400)
committer
Steven Rostedt
<srostedt@redhat.com>
Tue, 10 Mar 2009 16:41:38 +0000
(12:41 -0400)
Impact: clean up
In trying to stay consistant with the C style format in the TRACE_EVENT
macro, it makes more sense to do the printk after the assigning of
the variables.
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
No differences found