linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm:mm:Fix typo in comment
@ 2022-06-22  8:52 Jilin Yuan
  2022-06-22 11:22 ` Russell King (Oracle)
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-06-22  8:52 UTC (permalink / raw)
  To: linux, mark.rutland, mcgrof, paulmck, akpm, linux-arm-kernel,
	linux-kernel
  Cc: Jilin Yuan

Delete the redundant word 'ARM'.

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm:mm:Fix typo in comment
  2022-06-22  8:52 [PATCH] arm:mm:Fix typo in comment Jilin Yuan
@ 2022-06-22 11:22 ` Russell King (Oracle)
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King (Oracle) @ 2022-06-22 11:22 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: mark.rutland, mcgrof, paulmck, akpm, linux-arm-kernel, linux-kernel

On Wed, Jun 22, 2022 at 04:52:52PM +0800, Jilin Yuan wrote:
> Delete the redundant word 'ARM'.

NAK. "ARM ARM" is not a typo. Please never report any of these in
future. Thanks.

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-22 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22  8:52 [PATCH] arm:mm:Fix typo in comment Jilin Yuan
2022-06-22 11:22 ` Russell King (Oracle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).