efi_loader: fix typo in efi_boottime.c
%s/conncected/connected/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
819c80f528
commit
4f37fa470f
@ -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 conncected */
|
||||
/* Only one controller can be connected */
|
||||
if (opened_by_driver)
|
||||
return EFI_ACCESS_DENIED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user