]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ABI: testing: fix admv8818 attr description
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Tue, 2 Jul 2024 08:18:50 +0000 (11:18 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Aug 2024 09:12:48 +0000 (10:12 +0100)
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>
Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818

index 31dbb390573ff244c72c733adcc1b0fe124cce34..c431f0a13cf502e47dc6b0f3d826d1c1300655ac 100644 (file)
@@ -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.