aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2019-04-03 13:19:22 -0500
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2019-04-03 22:18:27 +0200
commit6e6c214f16e418ac8583e3dc8ea967a8cc59d9f0 (patch)
treebafdff5eac4f6bc498778d0e13774a644e624ca0 /drivers/leds
parentleds: blinkm: clean up double assignment to data->i2c_addr (diff)
downloadlinux-dev-6e6c214f16e418ac8583e3dc8ea967a8cc59d9f0.tar.xz
linux-dev-6e6c214f16e418ac8583e3dc8ea967a8cc59d9f0.zip
leds: Small fixes for Flash class description
Fix misspelling and capitalization of LED in the Kconfig. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Dan Murphy <dmurphy@ti.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 0414adebb177..6b016526b111 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -23,8 +23,8 @@ config LEDS_CLASS_FLASH
tristate "LED Flash Class Support"
depends on LEDS_CLASS
help
- This option enables the flash led sysfs class in /sys/class/leds.
- It wrapps LED Class and adds flash LEDs specific sysfs attributes
+ This option enables the flash LED sysfs class in /sys/class/leds.
+ It wraps LED Class and adds flash LEDs specific sysfs attributes
and kernel internal API to it. You'll need this to provide support
for the flash related features of a LED device. It can be built
as a module.