projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d12252
)
watchdog: Fix a typo in Kconfig
author
Wong Vee Khee
<vee.khee.wong@linux.intel.com>
Thu, 1 Apr 2021 03:32:09 +0000
(11:32 +0800)
committer
Wim Van Sebroeck
<wim@linux-watchdog.org>
Mon, 21 Jun 2021 06:49:05 +0000
(08:49 +0200)
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>
drivers/watchdog/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/watchdog/Kconfig
b/drivers/watchdog/Kconfig
index ad99d62fe06bef60218448daca18b95232251f40..433ca1ffe01ca3e53db4047b084fc08a76363e9a 100644
(file)
--- 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 th
er
shold configured in the register.
+ the th
re
shold configured in the register.
To compile this driver as a module, choose M here: the
module will be called keembay_wdt.