mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +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:
@@ -86,7 +86,7 @@ out:
|
||||
/**
|
||||
* efi_init_secure_boot - initialize secure boot state
|
||||
*
|
||||
* Return: EFI_SUCCESS on success, status code (negative) on error
|
||||
* Return: status code
|
||||
*/
|
||||
static efi_status_t efi_init_secure_boot(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user