watchdog: Fix Kconfig alignment for WDT_SANDBOX
authorMichal Simek <michal.simek@xilinx.com>
Wed, 28 Mar 2018 10:57:54 +0000 (12:57 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 7 Apr 2018 00:45:44 +0000 (20:45 -0400)
Fix Kconfig alignment which should be <tab><space><space>.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/watchdog/Kconfig

index 8a66e47..dca2c90 100644 (file)
@@ -56,9 +56,9 @@ config WDT_SANDBOX
        bool "Enable Watchdog Timer support for Sandbox"
        depends on SANDBOX && WDT
        help
-               Enable Watchdog Timer support in Sandbox. This is a dummy device that
-               can be probed and supports all of the methods of WDT, but does not
-               really do anything.
+         Enable Watchdog Timer support in Sandbox. This is a dummy device that
+         can be probed and supports all of the methods of WDT, but does not
+         really do anything.
 
 config WDT_ASPEED
        bool "Aspeed ast2400/ast2500 watchdog timer support"