leds: Kconfig: Be consistent with the usage of "LED"
authorDan Murphy <dmurphy@ti.com>
Tue, 1 Oct 2019 18:04:35 +0000 (13:04 -0500)
committerPavel <pavel@ucw.cz>
Sun, 3 Nov 2019 16:38:20 +0000 (17:38 +0100)
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 <dmurphy@ti.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/Kconfig

index 6e7703fd03d024d7ddc31065f5b96d73f042cfdb..4b68520ac2515b86ecb623e5b5f14b864789afea 100644 (file)
@@ -17,7 +17,7 @@ if NEW_LEDS
 config LEDS_CLASS
        tristate "LED Class Support"
        help
-         This option enables the led sysfs class in /sys/class/leds.  You'll
+         This option enables the LED sysfs class in /sys/class/leds.  You'll
          need this to do anything useful with LEDs.  If unsure, say N.
 
 config LEDS_CLASS_FLASH
@@ -35,7 +35,7 @@ config LEDS_BRIGHTNESS_HW_CHANGED
        depends on LEDS_CLASS
        help
          This option enables support for the brightness_hw_changed attribute
-         for led sysfs class devices under /sys/class/leds.
+         for LED sysfs class devices under /sys/class/leds.
 
          See Documentation/ABI/testing/sysfs-class-led for details.