]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: fix description efi_dp_shorten
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Apr 2024 10:09:38 +0000 (12:09 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 1 May 2024 06:39:52 +0000 (08:39 +0200)
Use Sphinx style for return value.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/efi_device_path.c

index 46aa59b9e40b5b4648592e1449f5216898fff91d..aec224d846622583731f5a5c6ac92a2f29c48aba 100644 (file)
@@ -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)
 {