Re: [RFC PATCH v2 4/6] sched/fair: Introduce an energy estimation helper function

From: Viresh Kumar
Date: Fri Apr 13 2018 - 02:27:51 EST


On 06-04-18, 16:36, Dietmar Eggemann wrote:
> +static inline struct capacity_state
> +*find_cap_state(int cpu, unsigned long util) { return NULL; }

I saw this somewhere else as well in this series. I believe the line break
should happen after "*" as "struct capacity_state *" should be read together as
one entity.

--
viresh