]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: gconf: make columns resizable
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:04:54 +0000 (00:04 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 30 Jun 2025 04:20:42 +0000 (13:20 +0900)
commit2f2d60f489f0b2410f33103fa42296f7466673e0
tree2567106969b8fec76d4af4a7a341b4a3edf1df26
parent7d1bfaa457686b1e791de03450a3d49f28bdd022
kconfig: gconf: make columns resizable

The variable "resizeable" is a typo and always set to FALSE, resulting
in dead code in init_right_tree(). It is unclear column resizing should
be disabled. Enable it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
scripts/kconfig/gconf.c