diff options
author | Tomasz Duszynski <tduszyns@gmail.com> | 2019-02-25 21:23:26 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-03-04 12:51:17 -0700 |
commit | 8c56eebc0d01d8bd21784af080f86eed1caf8277 (patch) | |
tree | e693a5a7449462cd77f1177fecd93748e165fc26 /Documentation/driver-api/iio/triggers.rst | |
parent | d2b008f134b787c067b987c61f949b7768bb8b27 (diff) |
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.rst | 2 |
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 |