mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
efi_loader: correct comments for efi_status_t
EFI_STATUS is unsigned (UINTN). Hence it cannot be negative. Correct comments for 'Return:'. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -528,7 +528,7 @@ out:
|
||||
* pointed to by @regs. If @nocheck is false, overlapping among entries
|
||||
* will be checked first.
|
||||
*
|
||||
* Return: 0 on success, status code (negative) on error
|
||||
* Return: status code
|
||||
*/
|
||||
efi_status_t efi_image_region_add(struct efi_image_regions *regs,
|
||||
const void *start, const void *end,
|
||||
|
Reference in New Issue
Block a user