]> git.baikalelectronics.ru Git - uboot.git/commit
lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 21 Jan 2019 19:29:55 +0000 (20:29 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 26 Jan 2019 13:13:57 +0000 (08:13 -0500)
commit55fcf5505e1976a8fbececc71beb7a80d5c8c06b
tree3867662969ccc30a58009523f6261779fb423841
parente4a85b168e41bfaabe61047b45d2272079d0896f
lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size

As a follow-up, change the name of the newly introduced function
'lmb_get_unreserved_size' to 'lmb_get_free_size', which is more
appropriate.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
[trini: Fix test/lib/lmb.c]
Signed-off-by: Tom Rini <trini@konsulko.com>
include/lmb.h
lib/lmb.c
net/tftp.c
test/lib/lmb.c