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 e25b091 commit 097a4a1Copy full SHA for 097a4a1
drivers/watchdog/sp805_wdt.c
@@ -88,7 +88,7 @@ static bool wdt_is_running(struct watchdog_device *wdd)
88
return (wdtcontrol & ENABLE_MASK) == ENABLE_MASK;
89
}
90
91
-/* This routine finds load value that will reset system in required timout */
+/* This routine finds load value that will reset system in required timeout */
92
static int wdt_setload(struct watchdog_device *wdd, unsigned int timeout)
93
{
94
struct sp805_wdt *wdt = watchdog_get_drvdata(wdd);
0 commit comments