From: Viresh Kumar Date: Tue, 24 Jun 2014 08:34:12 +0000 (+0530) Subject: sched/core: Fix formatting issues in sched_can_stop_tick() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~177^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541b82644d72c1ef4a0587515a619712c1c19bd3;p=pandora-kernel.git sched/core: Fix formatting issues in sched_can_stop_tick() 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 Cc: fweisbec@gmail.com Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/afb781733e4a9ffbced5eb9fd25cc0aa5c6ffd7a.1403596966.git.viresh.kumar@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed