]> git.baikalelectronics.ru Git - kernel.git/commit
bootconfig: Rename xbc_destroy_all() to xbc_exit()
authorMasami Hiramatsu <mhiramat@kernel.org>
Fri, 17 Sep 2021 10:02:39 +0000 (19:02 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 11 Oct 2021 00:44:05 +0000 (20:44 -0400)
commitd302cbc0287dab15f8120e9b14821450c088f55d
tree9cef41f9fb1061a54e6388d89279d0584455df59
parent19716585b7f91aaab5ee29a383febcede06b177d
bootconfig: Rename xbc_destroy_all() to xbc_exit()

Avoid using this noisy name and use more calm one.
This is just a name change. No functional change.

Link: https://lkml.kernel.org/r/163187295918.2366983.5231840238429996027.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/bootconfig.h
init/main.c
lib/bootconfig.c
tools/bootconfig/main.c