mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi_loader: correct function comment style
Replace @return and @param. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
ab37facd46
commit
3dd719d4fb
38 changed files with 86 additions and 86 deletions
|
@ -133,7 +133,7 @@ efi_status_t print_device_path(struct efi_device_path *device_path,
|
|||
*
|
||||
* @handle: handle of the loaded image
|
||||
* @systab: system table
|
||||
* @return: status code
|
||||
* Return: status code
|
||||
*/
|
||||
efi_status_t EFIAPI efi_main(efi_handle_t handle,
|
||||
struct efi_system_table *systab)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue