On Tue, May 18, 2021 at 01:33:21AM +0200, Linus Walleij wrote: > Add support to read and present the mounting matrix on ST magnetometers. ... > +static const struct iio_chan_spec_ext_info st_magn_mount_matrix_ext_info[] = { > + IIO_MOUNT_MATRIX(IIO_SHARED_BY_ALL, st_magn_get_mount_matrix), > + { }, No need to have comma in terminator line. > +}; -- With Best Regards, Andy Shevchenko