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

2024-04-11 Thread Google
On Fri, 12 Apr 2024 11:29:50 +0800 Yuntao Wang wrote: > There is a space at the end of extra_init_args. In the current logic, > copying extra_init_args to saved_command_line will cause extra spaces > in saved_command_line here or there. Remove the trailing space from > extra_init_args to make the

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

2024-04-11 Thread Yuntao Wang
There is a space at the end of extra_init_args. In the current logic, copying extra_init_args to saved_command_line will cause extra spaces in saved_command_line here or there. Remove the trailing space from extra_init_args to make the string in saved_command_line look more perfect. Signed-off-by: