]> git.itanic.dy.fi Git - linux-stable/commit
bootconfig: Fix the kerneldoc of _xbc_exit()
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Mon, 15 Apr 2024 21:44:04 +0000 (06:44 +0900)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Wed, 17 Apr 2024 20:01:32 +0000 (05:01 +0900)
commit298b871cd55a607037ac8af0011b9fdeb54c1e65
tree368db8f5f90edec337fd49f62b166c129f28ae87
parent89f9a1e876b5a7ad884918c03a46831af202c8a0
bootconfig: Fix the kerneldoc of _xbc_exit()

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: 89f9a1e876b5 ("bootconfig: use memblock_free_late to free xbc memory to buddy")
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
lib/bootconfig.c