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:
819c80f
)
efi_loader: fix typo in efi_boottime.c
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 30 Sep 2018 11:40:43 +0000
(13:40 +0200)
committer
Alexander Graf
<agraf@suse.de>
Tue, 16 Oct 2018 14:44:26 +0000
(16:44 +0200)
%s/conncected/connected/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/efi_boottime.c
b/lib/efi_loader/efi_boottime.c
index 6a07c3614786d3c4392f7514d14f7e35ab6bab18..da978d2b34ab0e56ce397feb97b62c0ffba72eca 100644
(file)
--- a/
lib/efi_loader/efi_boottime.c
+++ b/
lib/efi_loader/efi_boottime.c
@@
-2506,7
+2506,7
@@
static efi_status_t efi_protocol_open(
if (item->info.attributes & EFI_OPEN_PROTOCOL_BY_DRIVER)
opened_by_driver = true;
}
- /* Only one controller can be conn
c
ected */
+ /* Only one controller can be connected */
if (opened_by_driver)
return EFI_ACCESS_DENIED;
}