Re: [PATCH] iio: st_sensors: correct kernel-doc issues
From: Jonathan Cameron
Date: Sun Mar 22 2026 - 07:55:12 EST
On Thu, 12 Mar 2026 12:33:43 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Wed, Mar 11, 2026 at 10:13:45PM -0700, Randy Dunlap wrote:
> > Use the proper kernel-doc format and struct member names to avoid
> > kernel-doc warnings:
> >
> > Warning: include/linux/iio/common/st_sensors.h:184 struct member 'int1'
> > not described in 'st_sensor_data_ready_irq'
> > Warning: ../include/linux/iio/common/st_sensors.h:184 struct member 'int2'
> > not described in 'st_sensor_data_ready_irq'
> > Warning: ../include/linux/iio/common/st_sensors.h:184 struct member
> > 'stat_drdy' not described in 'st_sensor_data_ready_irq'
> > Warning: ../include/linux/iio/common/st_sensors.h:184 struct member 'ig1'
> > not described in 'st_sensor_data_ready_irq'
> > Warning: ../include/linux/iio/common/st_sensors.h:219 struct member
> > 'num_ch' not described in 'st_sensor_settings'
> > Warning: ../include/linux/iio/common/st_sensors.h:263 struct member
> > 'num_data_channels' not described in 'st_sensor_data'
>
> Thanks, it's a good patch for this driver!
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
Thanks for cleaning this up.
Applied to the testing branch of iio.git as various other things on there
need a poke from the bots before I push it out as togreg and linux-next
picks it up.
Thanks,
Jonathan