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

