From: Heinrich Schuchardt Date: Mon, 21 Mar 2022 07:26:48 +0000 (+0100) Subject: efi_loader: typo devie-path X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=df96deeed6a9b34e76544ebe9b0fdd2e44ceb6cd;p=u-boot.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)