Re: [PATCH 1/1] fs/proc: remove redudant comments from /proc/bootconfig

2024-01-03 Thread Paul E. McKenney
On Tue, Jan 02, 2024 at 06:19:37PM +0800, Zhenhua Huang wrote: > commit 717c7c894d4b ("fs/proc: Add boot loader arguments as comment to > /proc/bootconfig") adds bootloader argument comments into /proc/bootconfig. > > /proc/bootconfig shows boot_command_line[] multiple times following > every xbc

Re: [PATCH 1/1] fs/proc: remove redudant comments from /proc/bootconfig

2024-01-02 Thread Steven Rostedt
On Tue, 2 Jan 2024 18:19:37 +0800 Zhenhua Huang wrote: > commit 717c7c894d4b ("fs/proc: Add boot loader arguments as comment to > /proc/bootconfig") adds bootloader argument comments into /proc/bootconfig. > > /proc/bootconfig shows boot_command_line[] multiple times following > every xbc key va

[PATCH 1/1] fs/proc: remove redudant comments from /proc/bootconfig

2024-01-02 Thread Zhenhua Huang
commit 717c7c894d4b ("fs/proc: Add boot loader arguments as comment to /proc/bootconfig") adds bootloader argument comments into /proc/bootconfig. /proc/bootconfig shows boot_command_line[] multiple times following every xbc key value pair, that's duplicated and not necessary. Remove redundant one