From: Heinrich Schuchardt Date: Mon, 21 Mar 2022 07:26:48 +0000 (+0100) Subject: efi_loader: typo devie-path X-Git-Tag: baikal/mips/sdk5.9~7^2^2~11^2~4 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=650a9a4b7a09073ec3c7f551857f9aec6fe48a92;p=uboot.git efi_loader: typo devie-path %s/devie-path/device-path/ Reported-by: Ilias Apalodimas Signed-off-by: Heinrich Schuchardt --- diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c index 0a8802903d..0542aaae16 100644 --- a/lib/efi_loader/efi_device_path.c +++ b/lib/efi_loader/efi_device_path.c @@ -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)