Re: [RFC PATCH v4 05/12] sched/topology: Reference the Energy Model of CPUs when available

From: Peter Zijlstra
Date: Thu Jul 05 2018 - 13:33:54 EST


On Thu, Jun 28, 2018 at 12:40:36PM +0100, Quentin Perret wrote:
> + if (cpumask_equal(doms_new[i], doms_cur[j])
> + && cpu_rq(cpumask_first(doms_cur[j]))->rd->fd)

Please put the operator at the end of the previous line, not the begin
of the next line when splitting.