diff options
author | Heinrich Schuchardt | 2024-04-26 12:09:38 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2024-05-01 08:39:52 +0200 |
commit | b3193562388a36e0098501887adda9771cd43db6 (patch) | |
tree | ebb63f83730d4f4bc12b2ecacd7325fa4ceafaaa /lib | |
parent | 7b8fad51715ea77785b772ae6a62e08ac5c0027e (diff) |
efi_loader: fix description efi_dp_shorten
Use Sphinx style for return value.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efi_loader/efi_device_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |