Commit 672eb0e1 authored by Con Kolivas's avatar Con Kolivas Committed by Linus Torvalds

[PATCH] sched.c whitespace mangler

Convert whitespace in sched.c to tabs
Signed-off-by: default avatarCon Kolivas <kernel@kolivas.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e2da1073
......@@ -1143,7 +1143,7 @@ static int try_to_wake_up(task_t * p, unsigned int state, int sync)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment