Re: [PATCH v3 6/8] watchdog: Kconfig: fix help text indentation
From: Randy Dunlap <hidden>
Date: 2021-11-11 23:15:04
Also in:
linux-devicetree, linux-watchdog, lkml
From: Randy Dunlap <hidden>
Date: 2021-11-11 23:15:04
Also in:
linux-devicetree, linux-watchdog, lkml
On 11/11/21 2:58 PM, Luca Ceresoli wrote:
Some entries indent their help text with 1 tab + 1 space or 1 tab only instead of 1 tab + 2 spaces. Add the missing spaces. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> --- Changes in v3: none --- drivers/watchdog/Kconfig | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-)
Acked-by: Randy Dunlap <redacted> Thanks. -- ~Randy