diff options
author | Tom Rini <trini@konsulko.com> | 2024-09-21 09:37:16 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-21 09:37:16 -0600 |
commit | 1d2059560e21c35ecd6df2a34181216fba0d1e2e (patch) | |
tree | 1f6c66366fe856b86649bf1411219cf33584e488 /cmd/efidebug.c | |
parent | 91a7927aa6679d1a3ea30ed9dfe17002d11bcac4 (diff) | |
parent | 7803a66399381570dae5cea030b01b26cd5ca676 (diff) |
Merge tag 'doc-2024-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2024-10-rc6
Documentation:
* Correct function descriptions that are not Sphinx conformant.
* Correct incorrect dependency CONFIG_USB_USB_GADGET in the ums command
description.
Diffstat (limited to 'cmd/efidebug.c')
-rw-r--r-- | cmd/efidebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/efidebug.c b/cmd/efidebug.c index 1a191eb9994..e040fe75fa1 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -665,7 +665,7 @@ enum efi_lo_dp_part { }; /** - * create_lo_dp() - create a special device path for our Boot### option + * create_lo_dp_part() - create a special device path for our Boot### option * * @dev: device * @part: disk partition @@ -1127,7 +1127,7 @@ static void show_efi_boot_opt(u16 *varname16) } /** - * show_efi_boot_dump() - dump all UEFI load options + * do_efi_boot_dump() - dump all UEFI load options * * @cmdtp: Command table * @flag: Command flag |