summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-09-03 06:00:43 +0300
committerAlexander Graf <agraf@suse.de>2018-09-23 22:55:29 +0300
commit0414359aa025273717188012a0f73c651b7037ce (patch)
tree50ad2f88af41cf3d7c9b406d68488c60aefec510 /lib
parentcc0bfc01220a95ebd1f0c5370a66c93b631b6eb7 (diff)
downloadu-boot-0414359aa025273717188012a0f73c651b7037ce.tar.xz
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')
-rw-r--r--lib/efi_loader/efi_boottime.c2
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)
{