Re: [PATCH v7 3/3] iio: magnetometer: bmc150_magn: minor formatting cleanup
From: Jonathan Cameron
Date: Fri Feb 20 2026 - 05:38:04 EST
On Mon, 16 Feb 2026 10:35:07 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Sun, Feb 15, 2026 at 08:54:54PM -0500, Neel Bullywon wrote:
> > Improve initializer list style for bmc150_magn_samp_freq_table by
> > moving the opening brace to its own line and using one entry per line
> > with proper indentation and spaces inside braces.
> >
> > Add spaces inside braces for initializer lists in the preset table
> > for consistency.
> >
> > Fix indentation of bmc150_magn_scan_masks array. No functional changes.
>
> LGTM, FWIW,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
This is also independent of patch 1 so I've picked it up now.
Applied to the testing branch of iio.git
Thanks,
Jonathan