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