tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
authorSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 16:41:38 +0000 (12:41 -0400)
committerSteven 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