diff options
author | Tomasz Duszynski <tduszyns@gmail.com> | 2019-02-25 23:23:26 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-03-04 22:51:17 +0300 |
commit | 8c56eebc0d01d8bd21784af080f86eed1caf8277 (patch) | |
tree | e693a5a7449462cd77f1177fecd93748e165fc26 /Documentation/driver-api/iio/buffers.rst | |
parent | d2b008f134b787c067b987c61f949b7768bb8b27 (diff) | |
download | linux-8c56eebc0d01d8bd21784af080f86eed1caf8277.tar.xz |
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/buffers.rst')
-rw-r--r-- | Documentation/driver-api/iio/buffers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/iio/buffers.rst b/Documentation/driver-api/iio/buffers.rst index 02c99a6bee18..e9036ef9f8f4 100644 --- a/Documentation/driver-api/iio/buffers.rst +++ b/Documentation/driver-api/iio/buffers.rst @@ -26,7 +26,7 @@ IIO buffer setup ================ The meta information associated with a channel reading placed in a buffer is -called a scan element . The important bits configuring scan elements are +called a scan element. The important bits configuring scan elements are exposed to userspace applications via the :file:`/sys/bus/iio/iio:device{X}/scan_elements/*` directory. This file contains attributes of the following form: |