Adjust the event threshold enable attribute description to cover the cases
where threshold value attributes don't contain a _raw/_input element in
their names.
Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
---
Documentation/ABI/testing/sysfs-bus-iio | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index d746a5e09225..fd296d8cf51a 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -906,9 +906,9 @@ Description:
(_rising|_falling) direction. If the direction is not specified,
then either the device will report an event which ever direction
a single threshold value is passed in (e.g.
- <type>[Y][_name]_<raw|input>_thresh_value) or
- <type>[Y][_name]_<raw|input>_thresh_rising_value and
- <type>[Y][_name]_<raw|input>_thresh_falling_value may take
+ <type>[Y][_name][_raw|_input]_thresh_value) or
+ <type>[Y][_name][_raw|_input]_thresh_rising_value and
+ <type>[Y][_name][_raw|_input]_thresh_falling_value may take
different values, but the device can only enable both thresholds
or neither.
--
2.51.0