Skip to content

Commit 33e2dcf

Browse files
mhiramatmehmetb0
authored andcommitted
bootconfig: Fix the kerneldoc of _xbc_exit()
BugLink: https://bugs.launchpad.net/bugs/2097393 [ Upstream commit 298b871 ] Fix the kerneldoc of _xbc_exit() which is updated to have an @early argument and the function name is changed. Link: https://lore.kernel.org/all/171321744474.599864.13532445969528690358.stgit@devnote2/ Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202404150036.kPJ3HEFA-lkp@intel.com/ Fixes: 89f9a1e ("bootconfig: use memblock_free_late to free xbc memory to buddy") Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Manuel Diewald <manuel.diewald@canonical.com> Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
1 parent f5e705c commit 33e2dcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/bootconfig.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,8 @@ static int __init xbc_parse_tree(void)
901901
}
902902

903903
/**
904-
* xbc_exit() - Clean up all parsed bootconfig
904+
* _xbc_exit() - Clean up all parsed bootconfig
905+
* @early: Set true if this is called before budy system is initialized.
905906
*
906907
* This clears all data structures of parsed bootconfig on memory.
907908
* If you need to reuse xbc_init() with new boot config, you can

0 commit comments

Comments
 (0)