Re: [PATCH] iio: document @chan parameter in iio_backend_oversampling_ratio_set

From: Kriish Sharma
Date: Mon Oct 27 2025 - 05:25:37 EST


Thanks, Andy
I've sent a v2 that combines both kernel-doc fixes into a single patch.

https://lore.kernel.org/all/20251027092159.918445-1-kriish.sharma2006@xxxxxxxxx/



On Mon, Oct 27, 2025 at 2:24 PM Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
>
> On Sat, Oct 25, 2025 at 5:12 PM Kriish Sharma
> <kriish.sharma2006@xxxxxxxxx> wrote:
> > On Sat, Oct 25, 2025 at 7:05 PM Andy Shevchenko
> > <andy.shevchenko@xxxxxxxxx> wrote:
> > > Is this the only issue with the kernel-doc? Can you run manually
> > > scripts/kernel-doc against this file (with -Wall) and check, please?
> > > The change itself is okay, FWIW,
> > > Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>
> >
> > Thanks for the review!
> > Looks like I missed another warning in the latest linux-next:
> > Warning: drivers/iio/industrialio-backend.c:1069 No description found
> > for return value of 'iio_backend_get_priv'
> > I can send another patch to address this if you’d like.
>
> You can combine in one patch, there are no strict objections for
> fixing all (small) kernel-doc issues in one file at once.
>
> --
> With Best Regards,
> Andy Shevchenko