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)
commit115d4d08aeb942133d025a425dd611092893d774
tree9cef41f9fb1061a54e6388d89279d0584455df59
parentf30f00cc9664e6c6c9dc31846db5d8c5134fadd8
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