mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi_loader: typo devie-path
%s/devie-path/device-path/ Reported-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
814a7eea80
commit
df96deeed6
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ int efi_dp_match(const struct efi_device_path *a,
|
|||
*
|
||||
* See UEFI spec (section 3.1.2, about short-form device-paths)
|
||||
*
|
||||
* @dp: original devie-path
|
||||
* @dp: original device-path
|
||||
* @Return: shortened device-path or NULL
|
||||
*/
|
||||
struct efi_device_path *efi_dp_shorten(struct efi_device_path *dp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue