[PATCH v3 03/12] x86: Add return-value comment to cpu_jump_to_64bit()
Simon Glass
sjg at chromium.org
Sun Mar 19 20:30:07 CET 2023
This does not mention what it returns. Add the missing documentation.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- Use Return instead of Returns
arch/x86/include/asm/cpu.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/include/asm/cpu.h b/arch/x86/include/asm/cpu.h
index 3346012d335c..073f80b07f10 100644
--- a/arch/x86/include/asm/cpu.h
+++ b/arch/x86/include/asm/cpu.h
@@ -262,6 +262,7 @@ void cpu_call32(ulong code_seg32, ulong target, ulong table);
*
* @setup_base: Pointer to the setup.bin information for the kernel
* @target: Pointer to the start of the kernel image
+ * Return: -EFAULT if the kernel returned; otherwise does not return
*/
int cpu_jump_to_64bit(ulong setup_base, ulong target);
--
2.40.0.rc1.284.g88254d51c5-goog
More information about the U-Boot
mailing list