mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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>
This commit is contained in:
committed by
Steven Rostedt (VMware)
parent
f30f00cc96
commit
115d4d08ae
@@ -397,7 +397,7 @@ static int apply_xbc(const char *path, const char *xbc_path)
|
||||
printf("\tChecksum: %d\n", (unsigned int)csum);
|
||||
|
||||
/* TODO: Check the options by schema */
|
||||
xbc_destroy_all();
|
||||
xbc_exit();
|
||||
free(buf);
|
||||
|
||||
/* Remove old boot config if exists */
|
||||
|
||||
Reference in New Issue
Block a user