efi_loader: use correct documentation style
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 3 Sep 2018 03:00:43 +0000 (05:00 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:29 +0000 (21:55 +0200)
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>
lib/efi_loader/efi_boottime.c

index 33e208016b4ba3f0c43356899b030ede4595ded7..f06148027698c03f6f3d05a740e80c332be8f891 100644 (file)
@@ -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)
 {