aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_task_trace.c
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-12-01 04:31:11 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-12-01 04:31:27 -0500
commit95f567bb53b3592d722c340c56aaabd5fc78a135 (patch)
treec24b330884943861b2877f1c86ba460e0e351cee /litmus/sched_task_trace.c
parent07382e1846d14b3aba3f245bf66537e8e3e0275b (diff)
LITMUS: remove trailing whitespace for release2008.2
Diffstat (limited to 'litmus/sched_task_trace.c')
-rw-r--r--litmus/sched_task_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_task_trace.c b/litmus/sched_task_trace.c
index 4b546a86d6..913d999dfe 100644
--- a/litmus/sched_task_trace.c
+++ b/litmus/sched_task_trace.c
@@ -148,7 +148,7 @@ feather_callback void do_sched_trace_task_switch_away(unsigned long id, unsigned
148 } 148 }
149} 149}
150 150
151feather_callback void do_sched_trace_task_completion(unsigned long id, unsigned long _task, 151feather_callback void do_sched_trace_task_completion(unsigned long id, unsigned long _task,
152 unsigned long forced) 152 unsigned long forced)
153{ 153{
154 struct task_struct *t = (struct task_struct*) _task; 154 struct task_struct *t = (struct task_struct*) _task;