-
- Downloads
kconfig: handle format string before calling conf_message_callback()
As you see in mconf.c and nconf.c, conf_message_callback() hooks are likely to end up with the boilerplate of vsnprintf(). Process the string format before calling conf_message_callback() so that it receives a simple string. Signed-off-by:Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by:
Dirk Gouders <dirk@gouders.net>
Showing
- scripts/kconfig/confdata.c 11 additions, 6 deletionsscripts/kconfig/confdata.c
- scripts/kconfig/lkc_proto.h 1 addition, 1 deletionscripts/kconfig/lkc_proto.h
- scripts/kconfig/mconf.c 3 additions, 6 deletionsscripts/kconfig/mconf.c
- scripts/kconfig/nconf.c 2 additions, 5 deletionsscripts/kconfig/nconf.c
Loading
Please register or sign in to comment