Re: [PATCH v2 03/21] kconfig: move and rename sym_expand_string_value()

2018-03-27 Thread Kees Cook
On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada wrote: > This helper expands symbols contained in a string. I am about to > change it to expand environments instead of symbols. Also, I will > add function expansion later. > > Rename it to expand_string_value(), and move it to util.c, which is

[PATCH v2 03/21] kconfig: move and rename sym_expand_string_value()

2018-03-26 Thread Masahiro Yamada
This helper expands symbols contained in a string. I am about to change it to expand environments instead of symbols. Also, I will add function expansion later. Rename it to expand_string_value(), and move it to util.c, which is a more suitable place. Signed-off-by: Masahiro Yamada --- Change