[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251029071814.17760-1-liubo03@inspur.com>
Date: Wed, 29 Oct 2025 15:18:14 +0800
From: Bo Liu <liubo03@...pur.com>
To: <linux@...linux.org.uk>
CC: <linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>, Bo
Liu <liubo03@...pur.com>
Subject: [PATCH] arm: Fix double word in comments
Remove the repeated word "the" in comments.
Signed-off-by: Bo Liu <liubo03@...pur.com>
---
arch/arm/Kconfig | 4 ++--
arch/arm/include/asm/unwind.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9b4024b277d4..33bafc34baa5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1482,7 +1482,7 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND
bool "Extend with bootloader kernel arguments"
help
The command-line arguments provided by the boot loader will be
- appended to the the device tree bootargs property.
+ appended to the device tree bootargs property.
endchoice
@@ -1624,7 +1624,7 @@ config DMI
continue to boot on existing non-UEFI platforms.
NOTE: This does *NOT* enable or encourage the use of DMI quirks,
- i.e., the the practice of identifying the platform via DMI to
+ i.e., the practice of identifying the platform via DMI to
decide whether certain workarounds for buggy hardware and/or
firmware need to be enabled. This would require the DMI subsystem
to be enabled much earlier than we do on ARM, which is non-trivial.
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.31.1
Powered by blists - more mailing lists