We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b256b5 commit 4c0bfc0Copy full SHA for 4c0bfc0
drivers/watchdog/wdat_wdt.c
@@ -202,7 +202,7 @@ static int wdat_wdt_enable_reboot(struct wdat_wdt *wdat)
202
* WDAT specification says that the watchdog is required to reboot
203
* the system when it fires. However, it also states that it is
204
* recommeded to make it configurable through hardware register. We
205
- * enable reboot now if it is configrable, just in case.
+ * enable reboot now if it is configurable, just in case.
206
*/
207
ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_REBOOT, 0, NULL);
208
if (ret && ret != -EOPNOTSUPP) {
0 commit comments