diff options
author | Lars Poeschel <poeschel@lemonage.de> | 2020-09-04 11:19:11 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-09 11:41:20 -0600 |
commit | 2e915ea0bfda467d7ddf5579dafc95360f79479c (patch) | |
tree | befd94abefce66d3fce062dc03e1b31a11e9d525 /Documentation/iio | |
parent | 50aab9b14291faa212e8a26145c244d4a62c75c3 (diff) | |
download | linux-stable-2e915ea0bfda467d7ddf5579dafc95360f79479c.tar.gz linux-stable-2e915ea0bfda467d7ddf5579dafc95360f79479c.tar.bz2 linux-stable-2e915ea0bfda467d7ddf5579dafc95360f79479c.zip |
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>
Diffstat (limited to 'Documentation/iio')
-rw-r--r-- | Documentation/iio/iio_configfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/iio/iio_configfs.rst b/Documentation/iio/iio_configfs.rst index 6e38cbbd2981..3a5d76f9e2b9 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 |