commit | 7510a561d9f0735df2392b8e6c0a097a19eb9f75 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Mon Jan 21 20:29:55 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 26 08:13:57 2019 -0500 |
tree | 3867662969ccc30a58009523f6261779fb423841 | |
parent | a72ad8f51a6183225c45d308ab701534cc8470b6 [diff] |
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>