diff options
author | Valentin Schneider <valentin.schneider@arm.com> | 2018-09-26 16:12:06 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-11-04 00:59:22 +0100 |
commit | 47b7aee14fd7e453370a5d15dfb11c958ca360f2 (patch) | |
tree | de5221ce5577bd4f3b19cdfb2bd144f629aa4b5f /tools/perf/scripts/python/sched-migration.py | |
parent | 40fa3780bac2b654edf23f6b13f4e2dd550aea10 (diff) |
sched/fair: Clean up load_balance() condition
The alignment of the condition is off, clean that up.
Also, logical operators have lower precedence than bitwise/relational
operators, so remove one layer of parentheses to make the condition a
bit simpler to follow.
Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Dietmar.Eggemann@arm.com
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: patrick.bellasi@arm.com
Cc: vincent.guittot@linaro.org
Link: http://lkml.kernel.org/r/1537974727-30788-1-git-send-email-valentin.schneider@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions