[PATCH 1/1] efi_selftest: add missing line feed in efi_selftest_miniapp_exit

Ilias Apalodimas ilias.apalodimas at linaro.org
Thu Jan 25 09:52:09 CET 2024


On Wed, 24 Jan 2024 at 22:04, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> If an error occurs we may see an output like:
>
>     EFI application calling Exit
>
>     Could not open loaded image protocolLoaded image protocol missing
>
> Add the missing line feed.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  lib/efi_selftest/efi_selftest_miniapp_exit.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/efi_selftest/efi_selftest_miniapp_exit.c b/lib/efi_selftest/efi_selftest_miniapp_exit.c
> index 8b2e60cc711..0909a5ca748 100644
> --- a/lib/efi_selftest/efi_selftest_miniapp_exit.c
> +++ b/lib/efi_selftest/efi_selftest_miniapp_exit.c
> @@ -39,7 +39,7 @@ static efi_status_t EFIAPI check_loaded_image_protocol
>                                   NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);
>         if (ret != EFI_SUCCESS) {
>                 cout->output_string(cout,
> -                                   u"Could not open loaded image protocol");
> +                                   u"Could not open loaded image protocol\n");
>                 return ret;
>         }
>         if ((void *)check_loaded_image_protocol <
> --
> 2.43.0
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list