lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251114024645.3045-1-chuguangqing@inspur.com>
Date: Fri, 14 Nov 2025 10:46:45 +0800
From: Chu Guangqing <chuguangqing@...pur.com>
To: <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/octeon-wdt: Fix a spelling mistake

The spelling of the word "infomration" is incorrect; it should be "information".

Signed-off-by: Chu Guangqing <chuguangqing@...pur.com>
---
 drivers/watchdog/octeon-wdt-main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/octeon-wdt-main.c b/drivers/watchdog/octeon-wdt-main.c
index 0615bb816082..1edbd471fecd 100644
--- a/drivers/watchdog/octeon-wdt-main.c
+++ b/drivers/watchdog/octeon-wdt-main.c
@@ -203,7 +203,7 @@ static const char reg_name[][3] = {
  * and create a stack for C code. It then calls the third level
  * handler with one argument, a pointer to the register values.
  * 3) The third, and final, level handler is the following C
- * function that prints out some useful infomration.
+ * function that prints out some useful information.
  *
  * @reg:    Pointer to register state before the NMI
  */
-- 
2.43.7


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ