* [PATCH] SH: Kconfig: Fix help text of CMDLINE_EXTEND
@ 2025-03-28 10:18 Yeking
0 siblings, 0 replies; only message in thread
From: Yeking @ 2025-03-28 10:18 UTC (permalink / raw)
To: linux-sh
Cc: 谢致邦 (XIE Zhibang), Yoshinori Sato,
Rich Felker, John Paul Adrian Glaubitz, Paul Mundt, Pawel Moll,
Stuart Menefy, linux-kernel
From: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
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@Red54.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-28 10:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28 10:18 [PATCH] SH: Kconfig: Fix help text of CMDLINE_EXTEND Yeking
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).