]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 May 2024 01:23:55 +0000 (18:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 May 2024 01:23:55 +0000 (18:23 -0700)
commite9d682518076b38ae76f9fe45ba4fa9e324274f7
treeacd665255d76109165a611d19956469b1e7be8ad
parent91b6163be404e36baea39fc978e4739fd0448ebd
parentddd53363f875eb23b6754362ce0a43f2214f0a83
Merge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull bootconfig updates from Masami Hiramatsu:

 - Do not put unneeded quotes on the extra command line items which was
   inserted from the bootconfig.

 - Remove redundant spaces from the extra command line.

* tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  init/main.c: Minor cleanup for the setup_command_line() function
  init/main.c: Remove redundant space from saved_command_line
  bootconfig: do not put quotes on cmdline items unless necessary
init/main.c