Re: [PATCH] init/main.c: Remove redundant space from saved_command_line

2024-04-11 Thread Yuntao Wang
On Thu, 11 Apr 2024 23:07:45 +0900, Masami Hiramatsu (Google) wrote: > On Thu, 11 Apr 2024 09:19:32 +0200 > Geert Uytterhoeven wrote: > > > CC Hiramatsu-san (now for real :-) > > Thanks! > > > > > On Thu, Apr 11, 2024 at 6:13 AM Yuntao Wang wrote: >

Re: [PATCH] init/main.c: Remove redundant space from saved_command_line

2024-04-11 Thread Yuntao Wang
On Fri, 12 Apr 2024 08:08:39 +0900, Masami Hiramatsu (Google) wrote: > On Thu, 11 Apr 2024 23:29:40 +0800 > Yuntao Wang wrote: > > > On Thu, 11 Apr 2024 23:07:45 +0900, Masami Hiramatsu (Google) > > wrote: > > > > > On Thu, 11 Apr 2024 09:19:32 +

[PATCH v2] init/main.c: Remove redundant space from saved_command_line

2024-04-11 Thread Yuntao Wang
: Yuntao Wang --- v1 -> v2: Fix the issue using the method suggested by Masami init/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init/main.c b/init/main.c index 881f6230ee59..0f03dd15e0e2 100644 --- a/init/main.c +++ b/init/main.c @@ -627,8 +627,10 @@ static v