Message ID | tencent_40B6A6E7C79AEEEFEC79A07DE00724909A05@qq.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | SH: Kconfig: Fix help text of CMDLINE_EXTEND | expand |
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"