Skip to content
Commit 5accd7f3 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarDirk Gouders <dirk@gouders.net>
parent 693359f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment