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]
Message-Id: <20220622085252.31387-1-yuanjilin@cdjrlc.com>
Date:   Wed, 22 Jun 2022 16:52:52 +0800
From:   Jilin Yuan <yuanjilin@...rlc.com>
To:     linux@...linux.org.uk, mark.rutland@....com, mcgrof@...nel.org,
        paulmck@...nel.org, akpm@...ux-foundation.org,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc:     Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] arm:mm:Fix typo in comment

Delete the redundant word 'ARM'.

Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
 arch/arm/mm/alignment.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mm/alignment.c b/arch/arm/mm/alignment.c
index 6f499559d193..adf1ebd911a6 100644
--- a/arch/arm/mm/alignment.c
+++ b/arch/arm/mm/alignment.c
@@ -597,7 +597,7 @@ do_alignment_ldmstm(unsigned long addr, u32 instr, struct pt_regs *regs)
  * to convert only Thumb ld/st instruction forms to equivalent ARM forms.
  *
  * NOTES:
- * 1. Comments below refer to ARM ARM DDI0100E Thumb Instruction sections.
+ * 1. Comments below refer to ARM DDI0100E Thumb Instruction sections.
  * 2. If for some reason we're passed an non-ld/st Thumb instruction to
  *    decode, we return 0xdeadc0de. This should never happen under normal
  *    circumstances but if it does, we've got other problems to deal with
-- 
2.36.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ