diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-01 04:31:11 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-01 04:31:27 -0500 |
commit | 95f567bb53b3592d722c340c56aaabd5fc78a135 (patch) | |
tree | c24b330884943861b2877f1c86ba460e0e351cee /litmus/sync.c | |
parent | 07382e1846d14b3aba3f245bf66537e8e3e0275b (diff) |
LITMUS: remove trailing whitespace for release2008.2
Diffstat (limited to 'litmus/sync.c')
-rw-r--r-- | litmus/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sync.c b/litmus/sync.c index 8b0ebea49a..d5069f9899 100644 --- a/litmus/sync.c +++ b/litmus/sync.c | |||
@@ -44,7 +44,7 @@ static long do_release_ts(lt_t start) | |||
44 | 44 | ||
45 | spin_lock_irqsave(&ts_release.wait.lock, flags); | 45 | spin_lock_irqsave(&ts_release.wait.lock, flags); |
46 | TRACE("<<<<<< synchronous task system release >>>>>>\n"); | 46 | TRACE("<<<<<< synchronous task system release >>>>>>\n"); |
47 | 47 | ||
48 | sched_trace_sys_release(&start); | 48 | sched_trace_sys_release(&start); |
49 | list_for_each(pos, &ts_release.wait.task_list) { | 49 | list_for_each(pos, &ts_release.wait.task_list) { |
50 | t = (struct task_struct*) list_entry(pos, | 50 | t = (struct task_struct*) list_entry(pos, |