[U-Boot] [PATCH 1/1] efi_loader: use correct documentation style

3 Sep
2018
3 Sep
'18
5 a.m.
We have moved generating html documentation with Sphinx.
%s/Return Value/Return/g
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- lib/efi_loader/efi_boottime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c index ef4495ea46..cd5fdb7aa8 100644 --- a/lib/efi_loader/efi_boottime.c +++ b/lib/efi_loader/efi_boottime.c @@ -3125,7 +3125,7 @@ struct efi_system_table __efi_runtime_data systab = { /** * efi_initialize_system_table() - Initialize system table * - * Return Value: status code + * Return: status code */ efi_status_t efi_initialize_system_table(void) {
--
2.18.0
2437
Age (days ago)
2437
Last active (days ago)
0 comments
1 participants
participants (1)
-
Heinrich Schuchardt