[PATCH] SH: Kconfig: Fix help text of CMDLINE_EXTEND

From: Yeking
Date: Fri Mar 28 2025 - 06:23:46 EST


From: 谢致邦 (XIE Zhibang) <Yeking@xxxxxxxxx>

It is the bootloader arguments concatenated with the given string,
not the given string concatenated with the bootloader arguments.

Fixes: d724a9c9d572 ("sh: Allow for kernel command line concatenation.")
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@xxxxxxxxx>
---
arch/sh/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 89185af7bcc9..81e5e205416e 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -727,8 +727,8 @@ config CMDLINE_OVERWRITE
config CMDLINE_EXTEND
bool "Extend bootloader kernel arguments"
help
- Given string will be concatenated with arguments passed in
- by a bootloader.
+ Arguments passed in by a bootloader will be concatenated
+ with given string.

config CMDLINE_FROM_BOOTLOADER
bool "Use bootloader kernel arguments"
--
2.43.0