2021-04-01 03:30:54

by Wong Vee Khee

[permalink] [raw]
Subject: [PATCH 1/1] watchdog: Fix a typo in Kconfig

s/thershold/threshold

Cc: Vijayakannan Ayyathurai <[email protected]>
Signed-off-by: Wong Vee Khee <[email protected]>
---
drivers/watchdog/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 0470dc15c085..aa382e5edfef 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -2111,7 +2111,7 @@ config KEEMBAY_WATCHDOG
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
count unit. An interrupt will be triggered, when the count crosses
- the thershold configured in the register.
+ the threshold configured in the register.

To compile this driver as a module, choose M here: the
module will be called keembay_wdt.
--
2.25.1


2021-04-05 22:35:02

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 1/1] watchdog: Fix a typo in Kconfig

On 3/31/21 8:32 PM, Wong Vee Khee wrote:
> s/thershold/threshold
>
> Cc: Vijayakannan Ayyathurai <[email protected]>
> Signed-off-by: Wong Vee Khee <[email protected]>

Reviewed-by: Guenter Roeck <[email protected]>

> ---
> drivers/watchdog/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index 0470dc15c085..aa382e5edfef 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -2111,7 +2111,7 @@ config KEEMBAY_WATCHDOG
> 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
> count unit. An interrupt will be triggered, when the count crosses
> - the thershold configured in the register.
> + the threshold configured in the register.
>
> To compile this driver as a module, choose M here: the
> module will be called keembay_wdt.
>