diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-09-03 05:00:43 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-09-23 21:55:29 +0200 |
commit | 0414359aa025273717188012a0f73c651b7037ce (patch) | |
tree | 50ad2f88af41cf3d7c9b406d68488c60aefec510 /lib/efi_loader | |
parent | cc0bfc01220a95ebd1f0c5370a66c93b631b6eb7 (diff) | |
download | u-boot-0414359aa025273717188012a0f73c651b7037ce.tar.gz |
efi_loader: use correct documentation style
We have moved generating html documentation with Sphinx.
%s/Return Value/Return/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib/efi_loader')
-rw-r--r-- | lib/efi_loader/efi_boottime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c index 33e208016b..f061480276 100644 --- a/lib/efi_loader/efi_boottime.c +++ b/lib/efi_loader/efi_boottime.c @@ -3124,7 +3124,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) { |