mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
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>
This commit is contained in:
@@ -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".
|
* See UEFI spec, section 3.1.2 for "short-form device path".
|
||||||
*
|
*
|
||||||
* @dp: original 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)
|
struct efi_device_path *efi_dp_shorten(struct efi_device_path *dp)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user