kconfig: remove const qualifier from str_get()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 13 Nov 2022 10:59:42 +0000 (19:59 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 21 Nov 2022 01:18:39 +0000 (10:18 +0900)
commit4d980fd111237ab64705b982f61f284c2a7885e5
treef1af16802865defb0f1f054554d214b7cce19864
parent1791360cb37ff5ef797afe9006cb315ebb7e969e
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>
scripts/kconfig/lkc.h
scripts/kconfig/mconf.c
scripts/kconfig/util.c