From: Mauro Carvalho Chehab Date: Fri, 23 Oct 2020 16:33:32 +0000 (+0200) Subject: iio: fix a kernel-doc markup X-Git-Tag: accepted/tizen/unified/20230118.172025~8315^2~52^2~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a096c2bda7d2f0c0866d466447c41bc4b8ecdec;p=platform%2Fkernel%2Flinux-rpi.git iio: fix a kernel-doc markup A function has a different name between their prototype and its kernel-doc markup. Signed-off-by: Mauro Carvalho Chehab Link: https://lore.kernel.org/r/46622c3bdcffb76e79719f0fe5011c2952960b32.1603469755.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Cameron --- diff --git a/include/linux/iio/trigger.h b/include/linux/iio/trigger.h index cad8325..f930c4c 100644 --- a/include/linux/iio/trigger.h +++ b/include/linux/iio/trigger.h @@ -97,7 +97,7 @@ static inline struct iio_trigger *iio_trigger_get(struct iio_trigger *trig) } /** - * iio_device_set_drvdata() - Set trigger driver data + * iio_trigger_set_drvdata() - Set trigger driver data * @trig: IIO trigger structure * @data: Driver specific data *