diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-05-19 10:51:46 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-05-20 13:44:14 -0600 |
commit | 1ca5d41c371e6abe788439e6eaecfa76baaf6979 (patch) | |
tree | 722665eb4fd7937dfb7c0719dcd19ce7a591b05e /Documentation/ABI/testing/sysfs-class-led-trigger-pattern | |
parent | 13d6f96750c89f7fc282788bd058559381ccec29 (diff) |
docs: ABI: sysfs-class-led-trigger-pattern: remove repeat duplication
As reported by scripts/get_abi.pl:
Warning: /sys/class/leds/<led>/repeat is defined 2 times: Documentation/ABI/testing/sysfs-class-led-driver-el15203000:0 Documentation/ABI/testing/sysfs-class-led-trigger-pattern:28
The definition for the EL15203000 is just a special case of
the sysfs led class. So, drop it and mentions the possible
exception at the class definition.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/394580bd2e007ffb640f97212973a772ed8f0409.1621413933.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-led-trigger-pattern')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-led-trigger-pattern | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-led-trigger-pattern b/Documentation/ABI/testing/sysfs-class-led-trigger-pattern index d91a07767adf..8c57d2780554 100644 --- a/Documentation/ABI/testing/sysfs-class-led-trigger-pattern +++ b/Documentation/ABI/testing/sysfs-class-led-trigger-pattern @@ -35,3 +35,6 @@ Description: This file will always return the originally written repeat number. + + It should be noticed that some leds, like EL15203000 may + only support indefinitely patterns, so they always store -1. |