arch/loongarch/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
From: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
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) <Yeking@Red54.com>
---
arch/loongarch/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig
index 7477d5f8d876..067c0b994648 100644
--- a/arch/loongarch/Kconfig
+++ b/arch/loongarch/Kconfig
@@ -388,8 +388,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.
--
2.43.0
Hi, Zhibang,
On Fri, Mar 28, 2025 at 6:13 PM <Yeking@red54.com> wrote:
>
> From: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
>
> 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) <Yeking@Red54.com>
> ---
> arch/loongarch/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig
> index 7477d5f8d876..067c0b994648 100644
> --- a/arch/loongarch/Kconfig
> +++ b/arch/loongarch/Kconfig
> @@ -388,8 +388,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
How about replace "to the built-in command line" with "with the
built-in command line" and keep others unchanged?
Huacai
> you don't want to or cannot modify them.
>
> --
> 2.43.0
>
Hi, Huacai, > How about replace "to the built-in command line" with "with the > built-in command line" and keep others unchanged? It seems that the use of the preposition "with" does not conform to the regular collocation of "append" and may lead to ambiguity. You can consult an LLM such as DeepSeek, Qwen, or ChatGPT. Zhibang
On Sat, Mar 29, 2025 at 5:45 PM 谢致邦 (XIE Zhibang) <Yeking@red54.com> wrote: > > Hi, Huacai, > > > How about replace "to the built-in command line" with "with the > > built-in command line" and keep others unchanged? > It seems that the use of the preposition "with" does not conform to the regular > collocation of "append" and may lead to ambiguity. > You can consult an LLM such as DeepSeek, Qwen, or ChatGPT. OK, I applied but change the title to "LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig", thanks. Huacai > > Zhibang >
© 2016 - 2025 Red Hat, Inc.