Skip to content

Commit 097a4a1

Browse files
Jiangshan YiWim Van Sebroeck
authored andcommitted
watchdog: sp805_wdt: fix spelling typo in comment
Fix spelling typo in comment. Reported-by: k2ci <[email protected]> Signed-off-by: Jiangshan Yi <[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 e25b091 commit 097a4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/sp805_wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static bool wdt_is_running(struct watchdog_device *wdd)
8888
return (wdtcontrol & ENABLE_MASK) == ENABLE_MASK;
8989
}
9090

91-
/* This routine finds load value that will reset system in required timout */
91+
/* This routine finds load value that will reset system in required timeout */
9292
static int wdt_setload(struct watchdog_device *wdd, unsigned int timeout)
9393
{
9494
struct sp805_wdt *wdt = watchdog_get_drvdata(wdd);

0 commit comments

Comments
 (0)