From: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date: Mon, 3 Sep 2018 03:00:43 +0000 (+0200)
Subject: efi_loader: use correct documentation style
X-Git-Tag: v2025.01-rc5-pxa1908~3516^2~84
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=0414359aa025273717188012a0f73c651b7037ce;p=u-boot.git

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>
---

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)
 {