Searched hist:"5 accd7f3360e891bd552312515387dbaa2bb4bf3" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | lkc_proto.h | diff 5accd7f3360e891bd552312515387dbaa2bb4bf3 Wed Jul 04 21:46:12 CDT 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|
H A D | nconf.c | diff 5accd7f3360e891bd552312515387dbaa2bb4bf3 Wed Jul 04 21:46:12 CDT 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|
H A D | mconf.c | diff 5accd7f3360e891bd552312515387dbaa2bb4bf3 Wed Jul 04 21:46:12 CDT 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|
H A D | confdata.c | diff 5accd7f3360e891bd552312515387dbaa2bb4bf3 Wed Jul 04 21:46:12 CDT 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|