watchdog: Kconfig: fix help text indentation

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>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20211111225852.3128201-7-luca@lucaceresoli.net
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
This commit is contained in:
Luca Ceresoli 2021-12-11 18:59:48 +01:00 committed by Wim Van Sebroeck
parent 5c9348157b
commit 15ebdc43d7

View file

@ -680,10 +680,10 @@ config MAX77620_WATCHDOG
depends on MFD_MAX77620 || COMPILE_TEST depends on MFD_MAX77620 || COMPILE_TEST
select WATCHDOG_CORE select WATCHDOG_CORE
help help
This is the driver for the Max77620 watchdog timer. This is the driver for the Max77620 watchdog timer.
Say 'Y' here to enable the watchdog timer support for Say 'Y' here to enable the watchdog timer support for
MAX77620 chips. To compile this driver as a module, MAX77620 chips. To compile this driver as a module,
choose M here: the module will be called max77620_wdt. choose M here: the module will be called max77620_wdt.
config IMX2_WDT config IMX2_WDT
tristate "IMX2+ Watchdog" tristate "IMX2+ Watchdog"
@ -1441,26 +1441,26 @@ config TQMX86_WDT
depends on X86 depends on X86
select WATCHDOG_CORE select WATCHDOG_CORE
help help
This is the driver for the hardware watchdog timer in the TQMX86 IO This is the driver for the hardware watchdog timer in the TQMX86 IO
controller found on some of their ComExpress Modules. controller found on some of their ComExpress Modules.
To compile this driver as a module, choose M here; the module To compile this driver as a module, choose M here; the module
will be called tqmx86_wdt. will be called tqmx86_wdt.
Most people will say N. Most people will say N.
config VIA_WDT config VIA_WDT
tristate "VIA Watchdog Timer" tristate "VIA Watchdog Timer"
depends on X86 && PCI depends on X86 && PCI
select WATCHDOG_CORE select WATCHDOG_CORE
help help
This is the driver for the hardware watchdog timer on VIA This is the driver for the hardware watchdog timer on VIA
southbridge chipset CX700, VX800/VX820 or VX855/VX875. southbridge chipset CX700, VX800/VX820 or VX855/VX875.
To compile this driver as a module, choose M here; the module To compile this driver as a module, choose M here; the module
will be called via_wdt. will be called via_wdt.
Most people will say N. Most people will say N.
config W83627HF_WDT config W83627HF_WDT
tristate "Watchdog timer for W83627HF/W83627DHG and compatibles" tristate "Watchdog timer for W83627HF/W83627DHG and compatibles"
@ -1746,10 +1746,10 @@ config BCM7038_WDT
depends on HAS_IOMEM depends on HAS_IOMEM
depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
help help
Watchdog driver for the built-in hardware in Broadcom 7038 and Watchdog driver for the built-in hardware in Broadcom 7038 and
later SoCs used in set-top boxes. BCM7038 was made public later SoCs used in set-top boxes. BCM7038 was made public
during the 2004 CES, and since then, many Broadcom chips use this during the 2004 CES, and since then, many Broadcom chips use this
watchdog block, including some cable modem chips. watchdog block, including some cable modem chips.
config IMGPDC_WDT config IMGPDC_WDT
tristate "Imagination Technologies PDC Watchdog Timer" tristate "Imagination Technologies PDC Watchdog Timer"
@ -2110,12 +2110,12 @@ config KEEMBAY_WATCHDOG
depends on ARCH_KEEMBAY || (ARM64 && COMPILE_TEST) depends on ARCH_KEEMBAY || (ARM64 && COMPILE_TEST)
select WATCHDOG_CORE select WATCHDOG_CORE
help help
This option enable support for an In-secure watchdog timer driver for This option enable support for an In-secure watchdog timer driver for
Intel Keem Bay SoC. This WDT has a 32 bit timer and decrements in every Intel Keem Bay SoC. This WDT has a 32 bit timer and decrements in every
count unit. An interrupt will be triggered, when the count crosses count unit. An interrupt will be triggered, when the count crosses
the threshold configured in the register. the threshold configured in the register.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called keembay_wdt. module will be called keembay_wdt.
endif # WATCHDOG endif # WATCHDOG