Re: [U-Boot] [PATCH] watchdog: Fix Kconfig alignment for WDT_SANDBOX

2018-03-29 Thread Simon Glass
On 28 March 2018 at 18:57, Michal Simek wrote: > Fix Kconfig alignment which should be . > > Signed-off-by: Michal Simek > --- > > drivers/watchdog/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Reviewed-by: Simon Glass ___ U

[U-Boot] [PATCH] watchdog: Fix Kconfig alignment for WDT_SANDBOX

2018-03-28 Thread Michal Simek
Fix Kconfig alignment which should be . Signed-off-by: Michal Simek --- drivers/watchdog/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index cfefa5483116..3d493640f0c1 100644 --- a/drivers/watchdog/Kconfig +