Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

watchdog: dw_wdt: Fix comment typo

The double `have' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220716041951.34714-1-wangborong@cdjrlc.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Jason Wang and committed by
Wim Van Sebroeck
30ebc985 b7995309

+1 -1
+1 -1
drivers/watchdog/dw_wdt.c
··· 218 218 219 219 /* 220 220 * 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 222 222 * CP_WDT_DUAL_TOP in WDT_COMP_PARAMS_1). On those we 223 223 * effectively get a pat of the watchdog right here. 224 224 */