aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/driver-api/iio/triggers.rst
diff options
context:
space:
mode:
authorTomasz Duszynski <tduszyns@gmail.com>2019-02-25 21:23:26 +0100
committerJonathan Corbet <corbet@lwn.net>2019-03-04 12:51:17 -0700
commit8c56eebc0d01d8bd21784af080f86eed1caf8277 (patch)
treee693a5a7449462cd77f1177fecd93748e165fc26 /Documentation/driver-api/iio/triggers.rst
parentDocumentation/process/howto: Update for 4.x -> 5.x versioning (diff)
downloadwireguard-linux-8c56eebc0d01d8bd21784af080f86eed1caf8277.tar.xz
wireguard-linux-8c56eebc0d01d8bd21784af080f86eed1caf8277.zip
docs: driver-api: iio: fix errors in documentation
Improve IIO documentation by fixing a few mistakes. Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/iio/triggers.rst')
-rw-r--r--Documentation/driver-api/iio/triggers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/iio/triggers.rst b/Documentation/driver-api/iio/triggers.rst
index f89d37e7dd82..5c2156de6284 100644
--- a/Documentation/driver-api/iio/triggers.rst
+++ b/Documentation/driver-api/iio/triggers.rst
@@ -38,7 +38,7 @@ There are two locations in sysfs related to triggers:
* :file:`/sys/bus/iio/devices/iio:device{X}/trigger/*`, this directory is
created once the device supports a triggered buffer. We can associate a
- trigger with our device by writing the trigger's name in the
+ trigger with our device by writing the trigger's name in the
:file:`current_trigger` file.
IIO trigger setup