Skip to content

Commit f884e86

Browse files
Dan Murphypavelmachek
authored andcommitted
leds: Kconfig: Be consistent with the usage of "LED"
Update the Kconfig to be consistent in the case of using "LED" in the Kconfig. LED is an acronym and should be capitalized. Signed-off-by: Dan Murphy <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
1 parent 11f7000 commit f884e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/leds/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if NEW_LEDS
1717
config LEDS_CLASS
1818
tristate "LED Class Support"
1919
help
20-
This option enables the led sysfs class in /sys/class/leds. You'll
20+
This option enables the LED sysfs class in /sys/class/leds. You'll
2121
need this to do anything useful with LEDs. If unsure, say N.
2222

2323
config LEDS_CLASS_FLASH
@@ -35,7 +35,7 @@ config LEDS_BRIGHTNESS_HW_CHANGED
3535
depends on LEDS_CLASS
3636
help
3737
This option enables support for the brightness_hw_changed attribute
38-
for led sysfs class devices under /sys/class/leds.
38+
for LED sysfs class devices under /sys/class/leds.
3939

4040
See Documentation/ABI/testing/sysfs-class-led for details.
4141

0 commit comments

Comments
 (0)