diff options
author | Baruch Siach <baruch@tkos.co.il> | 2022-05-30 11:50:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-02 16:18:09 +0200 |
commit | 9cac4d8e64586bb20fcfedc6d591b9acb6eb8b2c (patch) | |
tree | 129fefc4f07590b9ba4bc5a4a0eeaeae1b10d67a /Documentation | |
parent | ac879dbea85e5c3ae6d16cb9b94b4e77cfb91543 (diff) | |
download | linux-stable-9cac4d8e64586bb20fcfedc6d591b9acb6eb8b2c.tar.gz linux-stable-9cac4d8e64586bb20fcfedc6d591b9acb6eb8b2c.tar.bz2 linux-stable-9cac4d8e64586bb20fcfedc6d591b9acb6eb8b2c.zip |
iio: adc: vf610: fix conversion mode sysfs node name
[ Upstream commit f1a633b15cd5371a2a83f02c513984e51132dd68 ]
The documentation missed the "in_" prefix for this IIO_SHARED_BY_DIR
entry.
Fixes: bf04c1a367e3 ("iio: adc: vf610: implement configurable conversion modes")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Haibo Chen <haibo.chen@nxp.com>
Link: https://lore.kernel.org/r/560dc93fafe5ef7e9a409885fd20b6beac3973d8.1653900626.git.baruch@tkos.co.il
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio-vf610 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio-vf610 b/Documentation/ABI/testing/sysfs-bus-iio-vf610 index 308a6756d3bf..491ead804488 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio-vf610 +++ b/Documentation/ABI/testing/sysfs-bus-iio-vf610 @@ -1,4 +1,4 @@ -What: /sys/bus/iio/devices/iio:deviceX/conversion_mode +What: /sys/bus/iio/devices/iio:deviceX/in_conversion_mode KernelVersion: 4.2 Contact: linux-iio@vger.kernel.org Description: |