From: 谢致邦 (XIE Zhibang) Date: Sun, 30 Mar 2025 08:31:09 +0000 (+0800) Subject: LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig X-Git-Tag: v6.6.87~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37319d6d8540a7449d64542d6c71aba789485345;p=thirdparty%2Fkernel%2Fstable.git LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig [ Upstream commit be216cbc1ddf99a51915414ce147311c0dfd50a2 ] It is the built-in command line appended to the bootloader command line, not the bootloader command line appended to the built-in command line. Fixes: fa96b57c1490 ("LoongArch: Add build infrastructure") Signed-off-by: 谢致邦 (XIE Zhibang) Signed-off-by: Huacai Chen Signed-off-by: Sasha Levin --- diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig index 9fd8644a9a4c6..623cf80639dec 100644 --- a/arch/loongarch/Kconfig +++ b/arch/loongarch/Kconfig @@ -356,8 +356,8 @@ config CMDLINE_BOOTLOADER config CMDLINE_EXTEND bool "Use built-in to extend bootloader kernel arguments" help - The command-line arguments provided during boot will be - appended to the built-in command line. This is useful in + The built-in command line will be appended to the command- + line arguments provided during boot. This is useful in cases where the provided arguments are insufficient and you don't want to or cannot modify them.