Re: [PATCH v6 3/3] iio: magnetometer: bmc150_magn: minor formatting cleanup

From: Andy Shevchenko

Date: Wed Feb 11 2026 - 03:42:12 EST


On Tue, Feb 10, 2026 at 06:39:45PM -0500, Neel Bullywon wrote:
> Improve initializer list style for bmc150_magn_samp_freq_table by
> moving the opening brace to its own line and grouping four entries
> per line with index comments.
>
> Add spaces inside braces for initializer lists in the preset table
> for consistency.
>
> Fix indentation of bmc150_magn_scan_masks array. No functional changes.

...

> +} 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 */

Problem with indentation of the comment in the last line.

> +};

Otherwise, LGTM.

--
With Best Regards,
Andy Shevchenko