On Tue, May 18, 2021 at 01:33:22AM +0200, Linus Walleij wrote: > Add support to read and present the mounting matrix on ST gyroscopes. ... > +static const struct iio_chan_spec_ext_info st_gyro_mount_matrix_ext_info[] = { > + IIO_MOUNT_MATRIX(IIO_SHARED_BY_ALL, st_gyro_get_mount_matrix), > + { }, Unneeded comma. > +}; -- With Best Regards, Andy Shevchenko