[PATCH] arm64: Kconfig: fix duplicate word in CMDLINE help text

Michael Ugrin posted 1 patch 2 months ago
arch/arm64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: Kconfig: fix duplicate word in CMDLINE help text
Posted by Michael Ugrin 2 months ago
Remove duplicate 'the' in the CMDLINE config help text.

Signed-off-by: Michael Ugrin <mugrinphoto@gmail.com>
---
 arch/arm64/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 9ea19b74b..85d952740 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -2373,7 +2373,7 @@ config CMDLINE
 	default ""
 	help
 	  Provide a set of default command-line options at build time by
-	  entering them here. As a minimum, you should specify the the
+	  entering them here. As a minimum, you should specify the
 	  root device (e.g. root=/dev/nfs).
 
 choice
-- 
2.51.2.windows.1
Re: [PATCH] arm64: Kconfig: fix duplicate word in CMDLINE help text
Posted by Catalin Marinas 2 months ago
On Thu, 09 Apr 2026 09:24:12 -0700, Michael Ugrin wrote:
> Remove duplicate 'the' in the CMDLINE config help text.
> 
> 

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: Kconfig: fix duplicate word in CMDLINE help text
      https://git.kernel.org/arm64/c/74b63934abf5