From: Lars Poeschel Date: Fri, 4 Sep 2020 09:19:11 +0000 (+0200) Subject: Documentation: iio: fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e915ea0bfda467d7ddf5579dafc95360f79479c;p=linux.git Documentation: iio: fix a typo Rename function name to the actual name referenced in struct iio_sw_trigger_ops. Signed-off-by: Lars Poeschel Link: https://lore.kernel.org/r/20200904091911.269715-1-poeschel@lemonage.de Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/iio/iio_configfs.rst b/Documentation/iio/iio_configfs.rst index 6e38cbbd29819..3a5d76f9e2b97 100644 --- a/Documentation/iio/iio_configfs.rst +++ b/Documentation/iio/iio_configfs.rst @@ -53,7 +53,7 @@ kernel module following the interface in include/linux/iio/sw_trigger.h:: */ } - static int iio_trig_hrtimer_remove(struct iio_sw_trigger *swt) + static int iio_trig_sample_remove(struct iio_sw_trigger *swt) { /* * This undoes the actions in iio_trig_sample_probe