]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: qconf: fix ConfigList::updateListAllforAll()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Jun 2025 18:48:56 +0000 (03:48 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 26 Jul 2025 06:31:30 +0000 (15:31 +0900)
commit721bfe583c52ba1ea74b3736a31a9dcfe6dd6d95
treea530832f34b084f372e3882d1a2dc1feb4c3cdfa
parent263e70bc42862af18dce43393ef14277827a0c7f
kconfig: qconf: fix ConfigList::updateListAllforAll()

ConfigList::updateListForAll() and ConfigList::updateListAllforAll()
are identical.

Commit f9b918fae678 ("kconfig: qconf: move ConfigView::updateList(All)
to ConfigList class") was a misconversion.

Fixes: f9b918fae678 ("kconfig: qconf: move ConfigView::updateList(All) to ConfigList class")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc