mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
efi_loader: fix comments for efi_update_exit_data()
Add missing colons after parameter descriptions. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
6631ca59e3
commit
9ce912758a
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue