From: Wong Vee Khee Date: Thu, 1 Apr 2021 03:32:09 +0000 (+0800) Subject: watchdog: Fix a typo in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c891ef7d80da1855b5bba478a564c184df314ea4;p=linux.git watchdog: Fix a typo in Kconfig s/thershold/threshold Cc: Vijayakannan Ayyathurai Signed-off-by: Wong Vee Khee Reviewed-by: Guenter Roeck Link: https://lore.kernel.org/r/20210401033209.9929-1-vee.khee.wong@linux.intel.com Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ad99d62fe06be..433ca1ffe01ca 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -2120,7 +2120,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.