Re: [PATCH v1 02/12] iio: accel: adxl313: introduce channel scan_index

From: Andy Shevchenko
Date: Mon May 19 2025 - 06:46:35 EST


On Sun, May 18, 2025 at 11:13:11AM +0000, Lothar Rubusch wrote:
> Add a scan_mask and scan_index to the iio channel. The scan_index
> prepares the buffer usage.

...

> +enum adxl313_chans {
> + chan_x, chan_y, chan_z

Please, keep trailing comma in this (when it's multi-line assignment) case.

> +};

--
With Best Regards,
Andy Shevchenko