diff mbox series

[1/5] leds: Kconfig: Be consistent with the usage of "LED"

Message ID 20191001180439.8312-1-dmurphy@ti.com
State Accepted
Commit f884e866537ccb10517299b01a5028598653d8d7
Headers show
Series [1/5] leds: Kconfig: Be consistent with the usage of "LED" | expand

Commit Message

Dan Murphy Oct. 1, 2019, 6:04 p.m. UTC
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>

---
 drivers/leds/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.22.0.214.g8dca754b1e

Comments

Dan Murphy Oct. 2, 2019, 11:56 a.m. UTC | #1
Jacek

On 10/1/19 3:57 PM, Jacek Anaszewski wrote:
> Dan,

>

> Thank you for the patch.

>

> Could we have similar patch for leds.h when we are at it,

> if you wouldn't mind?

>

Sure do you want it in this patch or a separate patch?

Dan
diff mbox series

Patch

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 6e7703fd03d0..4b68520ac251 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -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.