aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2005-01-07 21:45:24 -0800
committerLinus Torvalds <torvalds@evo.osdl.org>2005-01-07 21:45:24 -0800
commit672eb0e11424ca70cd17633991483e5afb111607 (patch)
tree43468cf3a82afdbe2016706583a9f4cff5d93cb3 /kernel
parente2da107359e98f523c97ca046df4ed77fe8613a8 (diff)
downloadhistory-672eb0e11424ca70cd17633991483e5afb111607.tar.gz
[PATCH] sched.c whitespace mangler
Convert whitespace in sched.c to tabs Signed-off-by: Con Kolivas <kernel@kolivas.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index b2c8d52ad8eb34..2acb5ebfb78022 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -1143,7 +1143,7 @@ out:
int fastcall wake_up_process(task_t * p)
{
return try_to_wake_up(p, TASK_STOPPED | TASK_TRACED |
- TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE, 0);
+ TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE, 0);
}
EXPORT_SYMBOL(wake_up_process);
@@ -2031,7 +2031,7 @@ static int load_balance(int this_cpu, runqueue_t *this_rq,
if (sd->balance_interval < sd->max_interval)
sd->balance_interval++;
} else {
- sd->nr_balance_failed = 0;
+ sd->nr_balance_failed = 0;
/* We were unbalanced, so reset the balancing interval */
sd->balance_interval = sd->min_interval;