[PATCH v2] watchdog: bd96081: Fix a spelling mistake
From: Chu Guangqing
Date: Thu Nov 13 2025 - 21:07:11 EST
The spelling of the word "initializate" is incorrect; the correct spelling is
"initialize".
Signed-off-by: Chu Guangqing <chuguangqing@xxxxxxxxxx>
---
drivers/watchdog/bd96801_wdt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/bd96801_wdt.c b/drivers/watchdog/bd96801_wdt.c
index 12b74fd2bc05..43ec23c53e62 100644
--- a/drivers/watchdog/bd96801_wdt.c
+++ b/drivers/watchdog/bd96801_wdt.c
@@ -370,7 +370,7 @@ static int bd96801_wdt_probe(struct platform_device *pdev)
set_bit(WDOG_HW_RUNNING, &w->wdt.status);
} else {
- /* If WDG is not running so we will initializate it */
+ /* If WDG is not running so we will initialize it */
ret = init_wdg_hw(w);
if (ret)
return ret;
--
2.43.7