efi_loader: correct comments for efi_status_t
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 3 May 2020 14:29:00 +0000 (16:29 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 4 May 2020 10:26:11 +0000 (12:26 +0200)
commit30f92ce9d5e895336f73cc1132a7fdc42e378353
tree642cb2083efb12f70d2e0a7c58ca8e817df90541
parentbb0e585c71e724d26eaeede7fdaaaa46ed26f930
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>
lib/efi_loader/efi_setup.c
lib/efi_loader/efi_signature.c
lib/efi_loader/efi_variable.c