diff mbox series

leds: Small fixes for Flash class description

Message ID 20190403181922.21273-1-dmurphy@ti.com
State New
Headers show
Series leds: Small fixes for Flash class description | expand

Commit Message

Dan Murphy April 3, 2019, 6:19 p.m. UTC
Fix misspelling and capitalization of LED in the Kconfig.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Dan Murphy <dmurphy@ti.com>

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

-- 
2.19.0

Comments

Pavel Machek April 3, 2019, 7:13 p.m. UTC | #1
On Wed 2019-04-03 13:19:22, Dan Murphy wrote:
> 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>


-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Jacek Anaszewski April 3, 2019, 8:22 p.m. UTC | #2
Hi Dan,

Thank you for the patch.

On 4/3/19 8:19 PM, Dan Murphy wrote:
> Fix misspelling and capitalization of LED in the Kconfig.

> 

> Reported-by: Randy Dunlap <rdunlap@infradead.org>

> Signed-off-by: Dan Murphy <dmurphy@ti.com>

> ---

>   drivers/leds/Kconfig | 4 ++--

>   1 file changed, 2 insertions(+), 2 deletions(-)

> 

> diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig

> index a72f97fca57b..f24d31138471 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.

> 


Applied.

-- 
Best regards,
Jacek Anaszewski
diff mbox series

Patch

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index a72f97fca57b..f24d31138471 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.