Some options are indented with spaces, properly use tabs instead

Signed-off-by: Alexandre Belloni <[email protected]>
---
 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

Reply via email to