On Mon, Jan 24, 2022 at 09:22:15AM +0000, Christophe Leroy wrote: > +static inline bool within_range(unsigned long addr, void *base, unsigned int size) Please avoid the overly long line. .. But given that this function only has a single caller I see no point in factoring it out anyway.