From: Heinrich Schuchardt Date: Fri, 26 Apr 2024 10:09:38 +0000 (+0200) Subject: efi_loader: fix description efi_dp_shorten X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=b3193562388a36e0098501887adda9771cd43db6;p=u-boot.git efi_loader: fix description efi_dp_shorten Use Sphinx style for return value. Signed-off-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas --- diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c index 46aa59b9e4..aec224d846 100644 --- a/lib/efi_loader/efi_device_path.c +++ b/lib/efi_loader/efi_device_path.c @@ -102,7 +102,7 @@ int efi_dp_match(const struct efi_device_path *a, * See UEFI spec, section 3.1.2 for "short-form device path". * * @dp: original device-path - * @Return: shortened device-path or NULL + * Return: shortened device-path or NULL */ struct efi_device_path *efi_dp_shorten(struct efi_device_path *dp) {