On Tue, 18 Feb 2020 at 07:33, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > On 2/17/20 10:30 PM, Heinrich Schuchardt wrote: > > Provide descriptions of: > > > > * efi_get_memory_map() > > * efi_low_alloc_above() > > * efi_free() > > > > Signed-off-by: Heinrich Schuchardt <xypron.glpk@xxxxxx> > > --- > > v3: > > add missing colons for parameter descriptions > > v2: > > point out how efi_free() is rounding up the memory size > > --- > > drivers/firmware/efi/libstub/mem.c | 36 ++++++++++++++++++++++++++++-- > > 1 file changed, 34 insertions(+), 2 deletions(-) > > Looks good. Thanks. > > Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Queued, thanks.