Skip to content

Commit 8605243

Browse files
mhiramatgregkh
authored andcommitted
bootconfig: Fix the kerneldoc of _xbc_exit()
[ 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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: 89f9a1e ("bootconfig: use memblock_free_late to free xbc memory to buddy") Signed-off-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent f0fc028 commit 8605243

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)