Skip to content

Commit 30ebc98

Browse files
Jason WangWim Van Sebroeck
authored andcommitted
watchdog: dw_wdt: Fix comment typo
The double `have' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <[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 b799530 commit 30ebc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/dw_wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static int dw_wdt_set_timeout(struct watchdog_device *wdd, unsigned int top_s)
218218

219219
/*
220220
* Set the new value in the watchdog. Some versions of dw_wdt
221-
* have have TOPINIT in the TIMEOUT_RANGE register (as per
221+
* have TOPINIT in the TIMEOUT_RANGE register (as per
222222
* CP_WDT_DUAL_TOP in WDT_COMP_PARAMS_1). On those we
223223
* effectively get a pat of the watchdog right here.
224224
*/

0 commit comments

Comments
 (0)