diff options
| author | Armin Wolf <W_Armin@gmx.de> | 2026-05-27 02:14:22 +0200 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-06-17 11:30:14 +0100 |
| commit | 938fda9671dd07196f4e591d30977b2e69d8f320 (patch) | |
| tree | f235e5900d49731af58e5c1534c72d3918c00f9d | |
| parent | 9ba15b2eb87ec33a9037343785e44594df4a59fc (diff) | |
leds: Fix sysfs ABI date
The "multi_max_intensity" sysfs attribute was not included
in kernel 7.1, so update the KernelVersion and Date tags
accordingly.
Fixes: b1a9b7a904af ("leds: Introduce the multi_max_intensity sysfs attribute")
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://patch.msgid.link/20260527001422.51111-1-W_Armin@gmx.de
Signed-off-by: Lee Jones <lee@kernel.org>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-class-led-multicolor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-led-multicolor b/Documentation/ABI/testing/sysfs-class-led-multicolor index 197da3e775b4..62ce58f393d6 100644 --- a/Documentation/ABI/testing/sysfs-class-led-multicolor +++ b/Documentation/ABI/testing/sysfs-class-led-multicolor @@ -26,8 +26,8 @@ Description: read/write Documentation/leds/leds-class-multicolor.rst. What: /sys/class/leds/<led>/multi_max_intensity -Date: March 2026 -KernelVersion: 7.1 +Date: May 2026 +KernelVersion: 7.2 Contact: Armin Wolf <W_Armin@gmx.de> Description: read This file contains an array of integers describing the maximum |
