Skip to content
Snippets Groups Projects
Commit 2e915ea0 authored by Lars Poeschel's avatar Lars Poeschel Committed by Jonathan Corbet
Browse files

Documentation: iio: fix a typo


Rename function name to the actual name referenced in
struct iio_sw_trigger_ops.

Signed-off-by: default avatarLars Poeschel <poeschel@lemonage.de>
Link: https://lore.kernel.org/r/20200904091911.269715-1-poeschel@lemonage.de


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 50aab9b1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment