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 /lib/efi_loader/efi_unicode_collation.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 'lib/efi_loader/efi_unicode_collation.c')
-rw-r--r-- | lib/efi_loader/efi_unicode_collation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_unicode_collation.c b/lib/efi_loader/efi_unicode_collation.c index 627bb9123cf..d48700a352b 100644 --- a/lib/efi_loader/efi_unicode_collation.c +++ b/lib/efi_loader/efi_unicode_collation.c @@ -266,7 +266,7 @@ static void EFIAPI efi_fat_to_str(struct efi_unicode_collation_protocol *this, } /** - * efi_fat_to_str() - convert a utf-16 string to legal characters for a FAT + * efi_str_to_fat() - convert a utf-16 string to legal characters for a FAT * file name in an OEM code page * * @this: unicode collation protocol instance |