linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: leds: Kconfig: pedantic cleanups
@ 2019-03-06 18:15 Enrico Weigelt, metux IT consult
  2019-03-06 21:19 ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-03-06 18:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: jacek.anaszewski, pavel, linux-leds

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 drivers/leds/Kconfig | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index a72f97f..2b5ae50 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -56,7 +56,7 @@ config LEDS_AAT1290
 	depends on OF
 	depends on PINCTRL
 	help
-	 This option enables support for the LEDs on the AAT1290.
+	  This option enables support for the LEDs on the AAT1290.
 
 config LEDS_AN30259A
 	tristate "LED support for Panasonic AN30259A"
@@ -413,13 +413,13 @@ config LEDS_CLEVO_MAIL
 
 	  This module can drive the mail LED for the following notebooks:
 
-	  	Clevo D400P
-	  	Clevo D410J
-	  	Clevo D410V
-	  	Clevo D400V/D470V (not tested, but might work)
-	  	Clevo M540N
-	  	Clevo M5x0N (not tested, but might work)
-	  	Positivo Mobile (Clevo M5x0V)
+	        Clevo D400P
+	        Clevo D410J
+	        Clevo D410V
+	        Clevo D400V/D470V (not tested, but might work)
+	        Clevo M540N
+	        Clevo M5x0N (not tested, but might work)
+	        Positivo Mobile (Clevo M5x0V)
 
 	  If your model is not listed here you can try the "nodetect"
 	  module parameter.
@@ -462,7 +462,7 @@ config LEDS_WM831X_STATUS
 	depends on MFD_WM831X
 	help
 	  This option enables support for the status LEDs of the WM831x
-          series of PMICs.
+	  series of PMICs.
 
 config LEDS_WM8350
 	tristate "LED Support for WM8350 AudioPlus PMIC"
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: leds: Kconfig: pedantic cleanups
  2019-03-06 18:15 [PATCH] drivers: leds: Kconfig: pedantic cleanups Enrico Weigelt, metux IT consult
@ 2019-03-06 21:19 ` Pavel Machek
  2019-03-07 21:04   ` Enrico Weigelt, metux IT consult
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2019-03-06 21:19 UTC (permalink / raw)
  To: Enrico Weigelt, metux IT consult
  Cc: linux-kernel, jacek.anaszewski, linux-leds

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

On Wed 2019-03-06 19:15:46, Enrico Weigelt, metux IT consult wrote:

Would be nice if changelog here said what you did. AFAICT it cleans up
spaces before tabs...

> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: leds: Kconfig: pedantic cleanups
  2019-03-06 21:19 ` Pavel Machek
@ 2019-03-07 21:04   ` Enrico Weigelt, metux IT consult
  2019-03-10 20:15     ` Jacek Anaszewski
  0 siblings, 1 reply; 4+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-03-07 21:04 UTC (permalink / raw)
  To: Pavel Machek, Enrico Weigelt, metux IT consult
  Cc: linux-kernel, jacek.anaszewski, linux-leds

On 06.03.19 22:19, Pavel Machek wrote:
> On Wed 2019-03-06 19:15:46, Enrico Weigelt, metux IT consult wrote:
> 
> Would be nice if changelog here said what you did. AFAICT it cleans up
> spaces before tabs...

I assumed that would be obvious (my editor explicitly shows tabs) :o


>> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
> 
> Acked-by: Pavel Machek <pavel@ucw.cz>

thx.


--mtx

-- 
Enrico Weigelt, metux IT consult
Free software and Linux embedded engineering
info@metux.net -- +49-151-27565287

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: leds: Kconfig: pedantic cleanups
  2019-03-07 21:04   ` Enrico Weigelt, metux IT consult
@ 2019-03-10 20:15     ` Jacek Anaszewski
  0 siblings, 0 replies; 4+ messages in thread
From: Jacek Anaszewski @ 2019-03-10 20:15 UTC (permalink / raw)
  To: Enrico Weigelt, metux IT consult, Pavel Machek, Enrico Weigelt,
	metux IT consult
  Cc: linux-kernel, linux-leds

Hi Enrico,

Thank you for the patch.

On 3/7/19 10:04 PM, Enrico Weigelt, metux IT consult wrote:
> On 06.03.19 22:19, Pavel Machek wrote:
>> On Wed 2019-03-06 19:15:46, Enrico Weigelt, metux IT consult wrote:
>>
>> Would be nice if changelog here said what you did. AFAICT it cleans up
>> spaces before tabs...
> 
> I assumed that would be obvious (my editor explicitly shows tabs) :o
> 
> 
>>> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
>>
>> Acked-by: Pavel Machek <pavel@ucw.cz>
> 
> thx.
> 
> 
> --mtx
> 

Applied to the for-5.2 branch of linux-leds.git.

-- 
Best regards,
Jacek Anaszewski

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-10 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06 18:15 [PATCH] drivers: leds: Kconfig: pedantic cleanups Enrico Weigelt, metux IT consult
2019-03-06 21:19 ` Pavel Machek
2019-03-07 21:04   ` Enrico Weigelt, metux IT consult
2019-03-10 20:15     ` Jacek Anaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).