Re: [PATCH 1/1] efi_loader: improve description of efi_file_from_path()

2022-11-10 Thread Ilias Apalodimas
On Thu, 10 Nov 2022 at 15:14, Heinrich Schuchardt wrote: > > Provide a description of the function's logic. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_file.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/lib/efi_loader/efi_file.c b/lib/efi_loader/efi_fi

[PATCH 1/1] efi_loader: improve description of efi_file_from_path()

2022-11-10 Thread Heinrich Schuchardt
Provide a description of the function's logic. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_file.c | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/efi_loader/efi_file.c b/lib/efi_loader/efi_file.c index c96a7f7ca3..ae0ca6101b 100644 --- a/lib/efi_loader/efi_file.c +