]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: Kconfig: fix duplicate word in CMDLINE help text
authorMichael Ugrin <mugrinphoto@gmail.com>
Thu, 9 Apr 2026 16:24:12 +0000 (09:24 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 10 Apr 2026 10:16:24 +0000 (11:16 +0100)
Remove duplicate 'the' in the CMDLINE config help text.

Signed-off-by: Michael Ugrin <mugrinphoto@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig

index 3d90f2d35a99f2554727b79019565ee9ebaec0b0..68649dd28fe6c7ba159fa2a12da0ddb5f868fbc0 100644 (file)
@@ -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