diff options
author | Wong Vee Khee <vee.khee.wong@linux.intel.com> | 2021-04-01 11:32:09 +0800 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2021-06-21 08:49:05 +0200 |
commit | c891ef7d80da1855b5bba478a564c184df314ea4 (patch) | |
tree | 73f12106790e8e5e272dd8f05c75b60c50007a62 /drivers | |
parent | 4d12252b37a2f907a1d08ac705caed9f780cabfa (diff) | |
download | linux-c891ef7d80da1855b5bba478a564c184df314ea4.tar.bz2 |
watchdog: Fix a typo in Kconfig
s/thershold/threshold
Cc: Vijayakannan Ayyathurai <vijayakannan.ayyathurai@intel.com>
Signed-off-by: Wong Vee Khee <vee.khee.wong@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210401033209.9929-1-vee.khee.wong@linux.intel.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ad99d62fe06b..433ca1ffe01c 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. |