[PATCH] arm:mm:Fix typo in comment

From: Jilin Yuan
Date: Wed Jun 22 2022 - 04:55:01 EST


Delete the redundant word 'ARM'.

Signed-off-by: Jilin Yuan <yuanjilin@xxxxxxxxxx>
---
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