]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: ABI: fix current_trigger description
authorCosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Wed, 4 Feb 2026 18:02:02 +0000 (20:02 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 3 Mar 2026 21:20:01 +0000 (21:20 +0000)
Triggers exist under /sys/bus/iio/devices/, not under /sys/class/iio.
/sys/class/iio does not even exist. Use the current path.

Signed-off-by: Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/ABI/testing/sysfs-bus-iio

index 5f87dcee78f76895a6e92b0dcd709bfc01bc028c..4fc9f6bd42812189596ac111d157e93d82acc2fd 100644 (file)
@@ -1428,7 +1428,7 @@ KernelVersion:    2.6.35
 Contact:       linux-iio@vger.kernel.org
 Description:
                The name of the trigger source being used, as per string given
-               in /sys/class/iio/triggerY/name.
+               in /sys/bus/iio/devices/triggerY/name.
 
 What:          /sys/bus/iio/devices/iio:deviceX/bufferY/length
 KernelVersion: 5.11