Re: [PATCH v3] iio: backend: fix kernel-doc to avoid warnings and ensure consistency

From: Jonathan Cameron
Date: Sun Nov 02 2025 - 07:00:11 EST


On Tue, 28 Oct 2025 12:12:04 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:

> On Tue, Oct 28, 2025 at 09:33:26AM +0000, Kriish Sharma wrote:
> > Fix multiple kernel-doc warnings and make the documentation style
> > consistent in drivers/iio/industrialio-backend.c.
> >
> > Changes include:
> > - Add missing @chan parameter description in
> > iio_backend_oversampling_ratio_set().
> > - Add missing RETURNS section in iio_backend_get_priv().
> > - Replace Return: with “RETURNS:” across the file for consistency.
>
> Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>
>
Applied.

Thanks,

Jonathan