diff mbox series

[U-Boot,1/1] efi_loader: fix comments for efi_update_exit_data()

Message ID 20190714092626.7808-1-xypron.glpk@gmx.de
State Accepted, archived
Commit 9ce912758ae3196aac91adf6a3b86be1f3cf3af3
Delegated to: Heinrich Schuchardt
Headers show
Series [U-Boot,1/1] efi_loader: fix comments for efi_update_exit_data() | expand

Commit Message

Heinrich Schuchardt July 14, 2019, 9:26 a.m. UTC
Add missing colons after parameter descriptions.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 lib/efi_loader/efi_boottime.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--
2.20.1
diff mbox series

Patch

diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c
index 2144e3580c..4f6e8d1679 100644
--- a/lib/efi_loader/efi_boottime.c
+++ b/lib/efi_loader/efi_boottime.c
@@ -3048,9 +3048,9 @@  out:
 /**
  * efi_update_exit_data() - fill exit data parameters of StartImage()
  *
- * @image_obj		image handle
- * @exit_data_size	size of the exit data buffer
- * @exit_data		buffer with data returned by UEFI payload
+ * @image_obj:		image handle
+ * @exit_data_size:	size of the exit data buffer
+ * @exit_data:		buffer with data returned by UEFI payload
  * Return:		status code
  */
 static efi_status_t efi_update_exit_data(struct efi_loaded_image_obj *image_obj,