On Fri, 11 Sep 2020 09:32:56 +0100
Jonathan Cameron [off-list ref] wrote:
On Wed, 9 Sep 2020 16:10:57 +0200
Mauro Carvalho Chehab [off-list ref] wrote:
quoted
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@kernel.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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