From: Michael Ugrin Date: Thu, 9 Apr 2026 16:24:12 +0000 (-0700) Subject: arm64: Kconfig: fix duplicate word in CMDLINE help text X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74b63934abf5011d4ff0ac6ece5cffca9d5647ac;p=thirdparty%2Fkernel%2Flinux.git arm64: Kconfig: fix duplicate word in CMDLINE help text Remove duplicate 'the' in the CMDLINE config help text. Signed-off-by: Michael Ugrin Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 3d90f2d35a99f..68649dd28fe6c 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -2346,7 +2346,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