projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b256b5
)
watchdog: wdat_wdt: Spelling s/configrable/configurable/
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 24 Oct 2019 15:28:56 +0000
(17:28 +0200)
committer
Wim Van Sebroeck
<wim@linux-watchdog.org>
Mon, 18 Nov 2019 18:53:41 +0000
(19:53 +0100)
Fix misspelling of "configurable".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link:
https://lore.kernel.org/r/20191024152856.30788-1-geert+renesas@glider.be
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/wdat_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/wdat_wdt.c
b/drivers/watchdog/wdat_wdt.c
index
e7cf41a
..
b069349
100644
(file)
--- a/
drivers/watchdog/wdat_wdt.c
+++ b/
drivers/watchdog/wdat_wdt.c
@@
-202,7
+202,7
@@
static int wdat_wdt_enable_reboot(struct wdat_wdt *wdat)
* WDAT specification says that the watchdog is required to reboot
* the system when it fires. However, it also states that it is
* recommeded to make it configurable through hardware register. We
- * enable reboot now if it is configrable, just in case.
+ * enable reboot now if it is config
u
rable, just in case.
*/
ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_REBOOT, 0, NULL);
if (ret && ret != -EOPNOTSUPP) {