diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2021-02-15 15:35:08 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-03-11 20:47:07 +0000 |
commit | f2163c1e365bef19bb371933272f2327d286fbbb (patch) | |
tree | b18441263cda784b5352ed3abcdff5dc8805fd43 /Documentation/driver-api/iio | |
parent | c1d82dbcb0a6b660bc44f7e9c1ba606b671f1b71 (diff) |
docs: iio: fix directory naming
This directory is a, well, directory, not a file.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Link: https://lore.kernel.org/r/20210215143511.25471-3-luca@lucaceresoli.net
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/driver-api/iio')
-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 3ddebddc02ca..9f7dc245d37a 100644 --- a/Documentation/driver-api/iio/buffers.rst +++ b/Documentation/driver-api/iio/buffers.rst @@ -28,7 +28,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 exposed to userspace applications via the -:file:`/sys/bus/iio/iio:device{X}/scan_elements/*` directory. This file contains +:file:`/sys/bus/iio/iio:device{X}/scan_elements/` directory. This directory contains attributes of the following form: * :file:`enable`, used for enabling a channel. If and only if its attribute |