On 02/04/2024 17:58, Lukasz Luba wrote: [...] > @@ -539,6 +541,12 @@ static inline void dev_pm_opp_of_unregister_em(struct device *dev) > { > } > > +static inline int dev_pm_opp_calc_power(struct device *dev, unsigned long *uW, > + unsigned long *kHz) This looks like a weird alignment comparing to the adjacent functions. [...]