[PATCH] efi_loader: fix description efi_dp_shorten
Ilias Apalodimas
ilias.apalodimas at linaro.org
Fri Apr 26 12:19:34 CEST 2024
On Fri, 26 Apr 2024 at 13:09, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Use Sphinx style for return value.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> lib/efi_loader/efi_device_path.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c
> index 46aa59b9e40..aec224d8466 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)
> {
> --
> 2.43.0
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
More information about the U-Boot
mailing list