linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial] bootconfig: Fixup one typo
@ 2020-05-09  8:33 Shaokun Zhang
  2020-05-10  7:51 ` Masami Hiramatsu
  0 siblings, 1 reply; 2+ messages in thread
From: Shaokun Zhang @ 2020-05-09  8:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: Shaokun Zhang, Jiri Kosina, Steven Rostedt, Masami Hiramatsu

Fix up one typo: CONFIG_BOOTCONFIG -> CONFIG_BOOT_CONFIG

Cc: Jiri Kosina <trivial@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 init/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/main.c b/init/main.c
index 1a5da2c2660c..8369ba173ad8 100644
--- a/init/main.c
+++ b/init/main.c
@@ -460,7 +460,7 @@ static void __init setup_boot_config(const char *cmdline)
 
 static int __init warn_bootconfig(char *str)
 {
-	pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOTCONFIG is not set.\n");
+	pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOT_CONFIG is not set.\n");
 	return 0;
 }
 early_param("bootconfig", warn_bootconfig);
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH trivial] bootconfig: Fixup one typo
  2020-05-09  8:33 [PATCH trivial] bootconfig: Fixup one typo Shaokun Zhang
@ 2020-05-10  7:51 ` Masami Hiramatsu
  0 siblings, 0 replies; 2+ messages in thread
From: Masami Hiramatsu @ 2020-05-10  7:51 UTC (permalink / raw)
  To: Shaokun Zhang; +Cc: linux-kernel, Jiri Kosina, Steven Rostedt, Masami Hiramatsu

On Sat, 9 May 2020 16:33:55 +0800
Shaokun Zhang <zhangshaokun@hisilicon.com> wrote:

> Fix up one typo: CONFIG_BOOTCONFIG -> CONFIG_BOOT_CONFIG
> 
> Cc: Jiri Kosina <trivial@kernel.org>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Cc: Masami Hiramatsu <mhiramat@kernel.org>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>

Good catch! Thanks!

Acked-by: Masami Hiramatsu <mhiramat@kernel.org>

> ---
>  init/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/init/main.c b/init/main.c
> index 1a5da2c2660c..8369ba173ad8 100644
> --- a/init/main.c
> +++ b/init/main.c
> @@ -460,7 +460,7 @@ static void __init setup_boot_config(const char *cmdline)
>  
>  static int __init warn_bootconfig(char *str)
>  {
> -	pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOTCONFIG is not set.\n");
> +	pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOT_CONFIG is not set.\n");
>  	return 0;
>  }
>  early_param("bootconfig", warn_bootconfig);
> -- 
> 2.7.4
> 


-- 
Masami Hiramatsu <mhiramat@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-10  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09  8:33 [PATCH trivial] bootconfig: Fixup one typo Shaokun Zhang
2020-05-10  7:51 ` Masami Hiramatsu

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).