On Sat, Jan 18, 2025 at 05:00:38PM +0000, Jonathan Cameron wrote: > > Applied with a small tweak. > > +static const struct bmi270_scale bmi270_temp_scale[] = { > > + {BMI270_TEMP_SCALE / MICRO, BMI270_TEMP_SCALE % MICRO}, > For consistency with local style (and the one I'm trying to keep to across IIO) > I added space after { and before } > Noted. Thanks! > Thanks, > Jonathan > > > +}; > > + > >