[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210215143511.25471-3-luca@lucaceresoli.net>
Date: Mon, 15 Feb 2021 15:35:08 +0100
From: Luca Ceresoli <luca@...aceresoli.net>
To: linux-doc@...r.kernel.org
Cc: Luca Ceresoli <luca@...aceresoli.net>, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>
Subject: [PATCH 2/5] docs: iio: fix directory naming
This directory is a, well, directory, not a file.
Signed-off-by: Luca Ceresoli <luca@...aceresoli.net>
---
Documentation/driver-api/iio/buffers.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.30.0
Powered by blists - more mailing lists