[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251114020502.2009-1-chuguangqing@inspur.com>
Date: Fri, 14 Nov 2025 10:05:02 +0800
From: Chu Guangqing <chuguangqing@...pur.com>
To: <mazziesaccount@...il.com>, <wim@...ux-watchdog.org>, <linux@...ck-us.net>
CC: <linux-watchdog@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Chu
Guangqing <chuguangqing@...pur.com>
Subject: [PATCH v2] watchdog: bd96081: Fix a spelling mistake
The spelling of the word "initializate" is incorrect; the correct spelling is
"initialize".
Signed-off-by: Chu Guangqing <chuguangqing@...pur.com>
---
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
Powered by blists - more mailing lists