X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FInclude%2FProtocol%2FEfiShell.h;h=d19f3b005faf24731374ef6d7041b1e783b9201b;hb=323f53ff7b98f23e91b6ebb97c82b7e9ff4fa819;hp=bd0aebe1d8a7b83de22910e77c5254056963985b;hpb=d2b4564ba50b095d5a5e00b9c7bebef004967d5e;p=mirror_edk2.git diff --git a/ShellPkg/Include/Protocol/EfiShell.h b/ShellPkg/Include/Protocol/EfiShell.h index bd0aebe1d8..d19f3b005f 100644 --- a/ShellPkg/Include/Protocol/EfiShell.h +++ b/ShellPkg/Include/Protocol/EfiShell.h @@ -315,11 +315,11 @@ typedef UINT32 EFI_SHELL_DEVICE_NAME_FLAGS; NULL and EFI_NOT_FOUND will be returned. If EFI_DEVICE_NAME_USE_COMPONENT_NAME is set, then the function will return the - device’s name using the EFI_COMPONENT_NAME2_PROTOCOL, if present on + device's name using the EFI_COMPONENT_NAME2_PROTOCOL, if present on DeviceHandle. If EFI_DEVICE_NAME_USE_DEVICE_PATH is set, then the function will return the - device’s name using the EFI_DEVICE_PATH_PROTOCOL, if present on DeviceHandle. + device's name using the EFI_DEVICE_PATH_PROTOCOL, if present on DeviceHandle. If both EFI_DEVICE_NAME_USE_COMPONENT_NAME and EFI_DEVICE_NAME_USE_DEVICE_PATH are set, then EFI_DEVICE_NAME_USE_COMPONENT_NAME will have higher priority.