Searched hist:"4 d980fd1" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | util.c | 4d980fd1 Sun Nov 13 04:59:42 CST 2022 Masahiro Yamada <masahiroy@kernel.org> kconfig: remove const qualifier from str_get()
update_text() apparently edits the buffer returned by str_get(). (and there is no reason why it shouldn't)
Remove 'const' quailifier and casting.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | lkc.h | 4d980fd1 Sun Nov 13 04:59:42 CST 2022 Masahiro Yamada <masahiroy@kernel.org> kconfig: remove const qualifier from str_get()
update_text() apparently edits the buffer returned by str_get(). (and there is no reason why it shouldn't)
Remove 'const' quailifier and casting.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | mconf.c | 4d980fd1 Sun Nov 13 04:59:42 CST 2022 Masahiro Yamada <masahiroy@kernel.org> kconfig: remove const qualifier from str_get()
update_text() apparently edits the buffer returned by str_get(). (and there is no reason why it shouldn't)
Remove 'const' quailifier and casting.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|