diff options
| author | Antoniu Miclaus <antoniu.miclaus@analog.com> | 2024-07-02 11:18:50 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-04 16:38:21 +0200 |
| commit | 3fd547ad1ab7db6e37369ea47b323966e667eb56 (patch) | |
| tree | f454d6591ff1f07b676bd8bf371dd3139cdbb4e9 /Documentation | |
| parent | d33f0ab8943a1d171b35713c896007088f70c781 (diff) | |
| download | linux-3fd547ad1ab7db6e37369ea47b323966e667eb56.tar.gz linux-3fd547ad1ab7db6e37369ea47b323966e667eb56.tar.bz2 linux-3fd547ad1ab7db6e37369ea47b323966e667eb56.zip | |
ABI: testing: fix admv8818 attr description
[ Upstream commit 7d34b4ad8cd2867b130b5b8d7d76d0d6092bd019 ]
Fix description of the filter_mode_available attribute by pointing to
the correct name of the attribute that can be written with valid values.
Fixes: bf92d87d7c67 ("iio:filter:admv8818: Add sysfs ABI documentation")
Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Link: https://patch.msgid.link/20240702081851.4663-1-antoniu.miclaus@analog.com
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-filter-admv8818 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818 b/Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818 index 31dbb390573f..c431f0a13cf5 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818 +++ b/Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818 @@ -3,7 +3,7 @@ KernelVersion: Contact: linux-iio@vger.kernel.org Description: Reading this returns the valid values that can be written to the - on_altvoltage0_mode attribute: + filter_mode attribute: - auto -> Adjust bandpass filter to track changes in input clock rate. - manual -> disable/unregister the clock rate notifier / input clock tracking. |
