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>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 23 Jun 2022 14:51:00 +0800
From:   Jiang Jian <jiangjian@...rlc.com>
To:     bcain@...cinc.com
Cc:     ebiederm@...ssion.com, nathan@...nel.org, mpe@...erman.id.au,
        keescook@...omium.org, wangkefeng.wang@...wei.com,
        jiangjian@...rlc.com, linux-hexagon@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH] hexagon: drop unexpected word 'a' in comments

there is an unexpected word 'a' in the comments that need to be dropped

file - arch/hexagon/kernel/traps.c
line - 262

* Precise bus errors may be recoverable with a a retry,

changed to:

* Precise bus errors may be recoverable with a retry,

Signed-off-by: Jiang Jian <jiangjian@...rlc.com>
---
 arch/hexagon/kernel/traps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/hexagon/kernel/traps.c b/arch/hexagon/kernel/traps.c
index 6447763ce5a9..a1f1085887aa 100644
--- a/arch/hexagon/kernel/traps.c
+++ b/arch/hexagon/kernel/traps.c
@@ -259,7 +259,7 @@ static void illegal_instruction(struct pt_regs *regs)
 }
 
 /*
- * Precise bus errors may be recoverable with a a retry,
+ * Precise bus errors may be recoverable with a retry,
  * but for now, treat them as irrecoverable.
  */
 static void precise_bus_error(struct pt_regs *regs)
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ