diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-04-16 23:36:44 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-04-16 23:36:44 -0400 |
commit | 7ef4a793a624c6e66c16ca1051847f75161f5bec (patch) | |
tree | 1df639d89dccd3cc666700b74b13aadde7670308 | |
parent | a09e24974cef3b7ac3df4609564fd6f06a8db6f1 (diff) |
Fixed the littlest typo.
-rw-r--r-- | include/trace/events/litmus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/litmus.h b/include/trace/events/litmus.h index ba4217bc7049..ed50bc809e8d 100644 --- a/include/trace/events/litmus.h +++ b/include/trace/events/litmus.h | |||
@@ -326,7 +326,7 @@ TRACE_EVENT(litmus_server_switch_to, | |||
326 | 326 | ||
327 | TP_ARGS(sid, job, tid, tjob, cpu), | 327 | TP_ARGS(sid, job, tid, tjob, cpu), |
328 | 328 | ||
329 | TP_STRUCT_entry( | 329 | TP_STRUCT__entry( |
330 | __field( int, sid) | 330 | __field( int, sid) |
331 | __field( unsigned int, job) | 331 | __field( unsigned int, job) |
332 | __field( int, tid) | 332 | __field( int, tid) |