mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
Documentation: iio: fix a typo
Rename function name to the actual name referenced in struct iio_sw_trigger_ops. Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Link: https://lore.kernel.org/r/20200904091911.269715-1-poeschel@lemonage.de Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
committed by
Jonathan Corbet
parent
50aab9b142
commit
2e915ea0bf
@@ -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
|
* This undoes the actions in iio_trig_sample_probe
|
||||||
|
Reference in New Issue
Block a user