diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-08-07 00:11:38 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-08-11 07:52:15 +0200 |
| commit | 751e5bfdb531aa3093e02d616a4f0bce701e8b50 (patch) | |
| tree | 7e556ce67cbbbe7557ae2fa25e001f08a991a46e /lib | |
| parent | 68bd3456689bceecba23707b9b73d63b2a501f53 (diff) | |
efi_loader: correct description of efi_get_distro_fdt_name
Use the correct function name.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_loader/efi_fdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_fdt.c b/lib/efi_loader/efi_fdt.c index c5ecade3aeb..f882622fdad 100644 --- a/lib/efi_loader/efi_fdt.c +++ b/lib/efi_loader/efi_fdt.c @@ -14,7 +14,7 @@ #include <vsprintf.h> /** - * distro_efi_get_fdt_name() - get the filename for reading the .dtb file + * efi_get_distro_fdt_name() - get the filename for reading the .dtb file * * @fname: buffer for filename * @size: buffer size |
