sched/core: Fix formatting issues in sched_can_stop_tick()
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 24 Jun 2014 08:34:12 +0000 (14:04 +0530)
committerIngo Molnar <mingo@kernel.org>
Sat, 5 Jul 2014 09:17:28 +0000 (11:17 +0200)
sched_can_stop_tick() is using 7 spaces instead of 8 spaces or a 'tab' at the
beginning of few lines. Which doesn't align well with the Coding Guidelines.

Also remove local variable 'rq' as it is used at only one place and we can
directly use this_rq() instead.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: fweisbec@gmail.com
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/afb781733e4a9ffbced5eb9fd25cc0aa5c6ffd7a.1403596966.git.viresh.kumar@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c

Simple merge