]> git.ipfire.org Git - thirdparty/linux.git/commit
kconfig: gconf: rename display_tree_part()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Jun 2025 18:43:29 +0000 (03:43 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 26 Jul 2025 06:31:29 +0000 (15:31 +0900)
commit894ad403439e54d3cdee77a538190dd08ae54789
treecb47466f17b0352195075b3f044db56dc5dab189
parent06ba76dc825703fa61cee72c2ae66508ef5f10ec
kconfig: gconf: rename display_tree_part()

This function recreates the tree store to update the menu content.
Rename it to recreate_tree() to better reflect its purpose.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c