projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b96cb
)
efi_selftest: add missing line feed
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 26 Nov 2017 13:05:19 +0000
(14:05 +0100)
committer
Alexander Graf
<agraf@suse.de>
Fri, 1 Dec 2017 12:38:19 +0000
(13:38 +0100)
Add a missing line feed for an error message.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest.c
patch
|
blob
|
history
diff --git
a/lib/efi_selftest/efi_selftest.c
b/lib/efi_selftest/efi_selftest.c
index 263b53f6724b23e443f34c801a09bd018f7a6365..4e5a12c47cae33543b15c230675467f040bca52e 100644
(file)
--- a/
lib/efi_selftest/efi_selftest.c
+++ b/
lib/efi_selftest/efi_selftest.c
@@
-239,7
+239,7
@@
efi_status_t EFIAPI efi_selftest(efi_handle_t image_handle,
ret = boottime->handle_protocol(image_handle, &efi_guid_loaded_image,
(void **)&loaded_image);
if (ret != EFI_SUCCESS) {
- efi_st_error("Cannot open loaded image protocol");
+ efi_st_error("Cannot open loaded image protocol
\n
");
return ret;
}