On Thu, 18 Apr 2024 13:34:52 +0300 Danielle Ratson wrote: > +static inline u16 > +cmis_cdb_module_features_completion_time(struct cmis_cdb_module_features_rpl *rpl) > +{ > + return be16_to_cpu(rpl->max_completion_time); > +} nit: please drop all the inline in this file, the compiler will 100% inline this anyway