Skip to content

Commit

Permalink
docs: ABI: sysfs-class-led-trigger-pattern: remove repeat duplication
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/394580bd2e007ffb640f97212973a772ed8f0409.1621413933.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
mchehab authored and Jonathan Corbet committed May 20, 2021
1 parent 13d6f96 commit 1ca5d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Documentation/ABI/testing/sysfs-class-led-driver-el15203000

This file was deleted.

3 changes: 3 additions & 0 deletions Documentation/ABI/testing/sysfs-class-led-trigger-pattern
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1ca5d41

Please sign in to comment.