Re: [PATCH v6 3/3] iio: magnetometer: bmc150_magn: minor formatting cleanup
From: Andy Shevchenko
Date: Sat Feb 14 2026 - 13:00:28 EST
On Sat, Feb 14, 2026 at 10:31:44AM -0600, David Lechner wrote:
> On 2/10/26 5:39 PM, Neel Bullywon wrote:
...
> > +} bmc150_magn_samp_freq_table[] = {
> > + { 2, 0x01 }, { 6, 0x02 }, { 8, 0x03 }, { 10, 0x00 }, /* 0 - 3 */
> > + { 15, 0x04 }, { 20, 0x05 }, { 25, 0x06 }, { 30, 0x07 }, /* 4 - 7 */
> > +};
> >
> Just an opinion: I think it is easier to see the patterns in
> the numbers if we leave it as one struct per line. (Fixing
> the indent and padding is still an improvement.)
I proposed both, so I'm okay with that too.
--
With Best Regards,
Andy Shevchenko