Re: [PATCH 26/30] iio: iio.h: fix a warning at the kernel-doc markup

From: Jonathan Corbet
Date: Fri Sep 11 2020 - 12:10:48 EST


On Fri, 11 Sep 2020 09:32:56 +0100
Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> wrote:

> On Wed, 9 Sep 2020 16:10:57 +0200
> Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> wrote:
>
> > There's a warning at iio.h kernel-doc markup:
> >
> > ./include/linux/iio/iio.h:644: WARNING: Unknown target name: "devm".
> >
> > Because it is using {devm_}foo notation. Well, this is not
> > a valid kernel-doc notation. Also, it prevents creating hyperlinks
> > to other documentation functions.
> >
> > So, replace it to a better notation.
> >
> > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
>
> Acked-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
>
> Not much going on in that file at the moment, so fine if Jon picks this
> up directly.

OK, I've done that.

Thanks,

jon