]> Git Repo - J-linux.git/commitdiff
watchdog: dw_wdt: Fix comment typo
authorJason Wang <[email protected]>
Sat, 16 Jul 2022 04:19:51 +0000 (12:19 +0800)
committerWim Van Sebroeck <[email protected]>
Sat, 23 Jul 2022 12:26:41 +0000 (14:26 +0200)
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]>
drivers/watchdog/dw_wdt.c

index 060dae67d85215bca1fa5d7e4fc6d3a7972dce06..52962e8d11a6f9f1a23b36eb411239c1b00a9643 100644 (file)
@@ -218,7 +218,7 @@ static int dw_wdt_set_timeout(struct watchdog_device *wdd, unsigned int top_s)
 
        /*
         * Set the new value in the watchdog.  Some versions of dw_wdt
-        * have have TOPINIT in the TIMEOUT_RANGE register (as per
+        * have TOPINIT in the TIMEOUT_RANGE register (as per
         * CP_WDT_DUAL_TOP in WDT_COMP_PARAMS_1).  On those we
         * effectively get a pat of the watchdog right here.
         */
This page took 0.048578 seconds and 4 git commands to generate.