public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] unwind: remove duplicate word
@ 2024-11-20  4:48 Ruffalo Lavoisier
  0 siblings, 0 replies; only message in thread
From: Ruffalo Lavoisier @ 2024-11-20  4:48 UTC (permalink / raw)
  To: Russell King; +Cc: Ruffalo Lavoisier, linux-arm-kernel, linux-kernel

- Remove duplicate word, 'the'.
---
 arch/arm/include/asm/unwind.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/unwind.h b/arch/arm/include/asm/unwind.h
index d60b09a5acfc..a75da9a01f91 100644
--- a/arch/arm/include/asm/unwind.h
+++ b/arch/arm/include/asm/unwind.h
@@ -10,7 +10,7 @@
 
 #ifndef __ASSEMBLY__
 
-/* Unwind reason code according the the ARM EABI documents */
+/* Unwind reason code according the ARM EABI documents */
 enum unwind_reason_code {
 	URC_OK = 0,			/* operation completed successfully */
 	URC_CONTINUE_UNWIND = 8,
-- 
2.46.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-20  4:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  4:48 [PATCH] unwind: remove duplicate word Ruffalo Lavoisier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox