aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-14 11:25:06 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-16 22:17:17 +0000
commit9ce912758ae3196aac91adf6a3b86be1f3cf3af3 (patch)
tree483724f7712331b123c5b7e205ef579fd0387e5d /lib/efi_loader/efi_boottime.c
parent6631ca59e316333ee8e30d8f4262bbb3772f6dee (diff)
downloadu-boot-9ce912758ae3196aac91adf6a3b86be1f3cf3af3.zip
u-boot-9ce912758ae3196aac91adf6a3b86be1f3cf3af3.tar.gz
u-boot-9ce912758ae3196aac91adf6a3b86be1f3cf3af3.tar.bz2
efi_loader: fix comments for efi_update_exit_data()
Add missing colons after parameter descriptions. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/efi_boottime.c')
-rw-r--r--lib/efi_loader/efi_boottime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c
index 2144e35..4f6e8d1 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,