Skip to content

Commit 4c0bfc0

Browse files
geertuWim Van Sebroeck
authored andcommitted
watchdog: wdat_wdt: Spelling s/configrable/configurable/
Fix misspelling of "configurable". Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 5b256b5 commit 4c0bfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/wdat_wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static int wdat_wdt_enable_reboot(struct wdat_wdt *wdat)
202202
* WDAT specification says that the watchdog is required to reboot
203203
* the system when it fires. However, it also states that it is
204204
* recommeded to make it configurable through hardware register. We
205-
* enable reboot now if it is configrable, just in case.
205+
* enable reboot now if it is configurable, just in case.
206206
*/
207207
ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_REBOOT, 0, NULL);
208208
if (ret && ret != -EOPNOTSUPP) {

0 commit comments

Comments
 (0)