On Fri, 2019-02-08 at 13:31 +0100, Johannes Berg wrote: > > +static inline bool for_each_element_completed(struct element *element, > + void *data, size_t datalen) Those pointer arguments should be const. johannes
On Fri, 2019-02-08 at 13:31 +0100, Johannes Berg wrote: > > +static inline bool for_each_element_completed(struct element *element, > + void *data, size_t datalen) Those pointer arguments should be const. johannes