linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] clocksource: Kconfig: fix tabs vs space
@ 2016-06-10 15:54 Alexandre Belloni
  2016-06-10 15:54 ` [PATCH 2/2] clocksource: samsung_pwm: fix typo Alexandre Belloni
  2016-06-16 14:38 ` [PATCH 1/2] clocksource: Kconfig: fix tabs vs space Daniel Lezcano
  0 siblings, 2 replies; 5+ messages in thread
From: Alexandre Belloni @ 2016-06-10 15:54 UTC (permalink / raw)
  To: Daniel Lezcano; +Cc: Thomas Gleixner, linux-kernel, Alexandre Belloni

Some options are indented with spaces, properly use tabs instead

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 drivers/clocksource/Kconfig | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 47352d25c15e..314d1bc4e34d 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -294,7 +294,7 @@ config VF_PIT_TIMER
 	  Support for Period Interrupt Timer on Freescale Vybrid Family SoCs.
 
 config SYS_SUPPORTS_SH_CMT
-        bool
+	bool
 
 config MTK_TIMER
 	bool "Mediatek timer driver" if COMPILE_TEST
@@ -305,13 +305,13 @@ config MTK_TIMER
 	  Support for Mediatek timer driver.
 
 config SYS_SUPPORTS_SH_MTU2
-        bool
+	bool
 
 config SYS_SUPPORTS_SH_TMU
-        bool
+	bool
 
 config SYS_SUPPORTS_EM_STI
-        bool
+	bool
 
 config SH_TIMER_CMT
 	bool "Renesas CMT timer driver" if COMPILE_TEST
@@ -394,21 +394,21 @@ config CLKSRC_PXA
 	  platforms.
 
 config H8300_TMR8
-        bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
-        depends on GENERIC_CLOCKEVENTS && HAS_IOMEM
+	bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
+	depends on GENERIC_CLOCKEVENTS && HAS_IOMEM
 	help
 	  This enables the 8 bits timer for the H8300 platform.
 
 config H8300_TMR16
-        bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
-        depends on GENERIC_CLOCKEVENTS && HAS_IOMEM
+	bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
+	depends on GENERIC_CLOCKEVENTS && HAS_IOMEM
 	help
 	  This enables the 16 bits timer for the H8300 platform with the
 	  H83069 cpu.
 
 config H8300_TPU
-        bool "Clocksource for the H8300 platform" if COMPILE_TEST
-        depends on GENERIC_CLOCKEVENTS && HAS_IOMEM
+	bool "Clocksource for the H8300 platform" if COMPILE_TEST
+	depends on GENERIC_CLOCKEVENTS && HAS_IOMEM
 	help
 	  This enables the clocksource for the H8300 platform with the
 	  H8S2678 cpu.
-- 
2.8.1

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

* [PATCH 2/2] clocksource: samsung_pwm: fix typo
  2016-06-10 15:54 [PATCH 1/2] clocksource: Kconfig: fix tabs vs space Alexandre Belloni
@ 2016-06-10 15:54 ` Alexandre Belloni
  2016-06-16 14:37   ` Daniel Lezcano
  2016-06-16 14:38 ` [PATCH 1/2] clocksource: Kconfig: fix tabs vs space Daniel Lezcano
  1 sibling, 1 reply; 5+ messages in thread
From: Alexandre Belloni @ 2016-06-10 15:54 UTC (permalink / raw)
  To: Daniel Lezcano; +Cc: Thomas Gleixner, linux-kernel, Alexandre Belloni

Correct the typo in "driver"

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 drivers/clocksource/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 314d1bc4e34d..b468353cf0e1 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -270,7 +270,7 @@ config CLKSRC_EXYNOS_MCT
 	  Support for Multi Core Timer controller on Exynos SoCs.
 
 config CLKSRC_SAMSUNG_PWM
-	bool "PWM timer drvier for Samsung S3C, S5P" if COMPILE_TEST
+	bool "PWM timer driver for Samsung S3C, S5P" if COMPILE_TEST
 	depends on GENERIC_CLOCKEVENTS
 	depends on HAS_IOMEM
 	help
-- 
2.8.1

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

* Re: [PATCH 2/2] clocksource: samsung_pwm: fix typo
  2016-06-10 15:54 ` [PATCH 2/2] clocksource: samsung_pwm: fix typo Alexandre Belloni
@ 2016-06-16 14:37   ` Daniel Lezcano
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Lezcano @ 2016-06-16 14:37 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Thomas Gleixner, linux-kernel

On 06/10/2016 05:54 PM, Alexandre Belloni wrote:
> Correct the typo in "driver"
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---

Applied, thanks.

-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [PATCH 1/2] clocksource: Kconfig: fix tabs vs space
  2016-06-10 15:54 [PATCH 1/2] clocksource: Kconfig: fix tabs vs space Alexandre Belloni
  2016-06-10 15:54 ` [PATCH 2/2] clocksource: samsung_pwm: fix typo Alexandre Belloni
@ 2016-06-16 14:38 ` Daniel Lezcano
  2016-06-16 21:58   ` Alexandre Belloni
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Lezcano @ 2016-06-16 14:38 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Thomas Gleixner, linux-kernel

On 06/10/2016 05:54 PM, Alexandre Belloni wrote:
> Some options are indented with spaces, properly use tabs instead
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---

I will postpone this patch because it is creating a big issue with the 
incoming changes if it comes before.

-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [PATCH 1/2] clocksource: Kconfig: fix tabs vs space
  2016-06-16 14:38 ` [PATCH 1/2] clocksource: Kconfig: fix tabs vs space Daniel Lezcano
@ 2016-06-16 21:58   ` Alexandre Belloni
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2016-06-16 21:58 UTC (permalink / raw)
  To: Daniel Lezcano; +Cc: Thomas Gleixner, linux-kernel

On 16/06/2016 at 16:38:46 +0200, Daniel Lezcano wrote :
> On 06/10/2016 05:54 PM, Alexandre Belloni wrote:
> > Some options are indented with spaces, properly use tabs instead
> > 
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > ---
> 
> I will postpone this patch because it is creating a big issue with the
> incoming changes if it comes before.
> 

Yeah, no problem, it is just something I came across when doing the TCB
rework.


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-06-16 21:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-10 15:54 [PATCH 1/2] clocksource: Kconfig: fix tabs vs space Alexandre Belloni
2016-06-10 15:54 ` [PATCH 2/2] clocksource: samsung_pwm: fix typo Alexandre Belloni
2016-06-16 14:37   ` Daniel Lezcano
2016-06-16 14:38 ` [PATCH 1/2] clocksource: Kconfig: fix tabs vs space Daniel Lezcano
2016-06-16 21:58   ` Alexandre Belloni

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).