mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
kconfig: qconf: fix ConfigList::updateListAllforAll()
ConfigList::updateListForAll() and ConfigList::updateListAllforAll() are identical. Commitf9b918fae6("kconfig: qconf: move ConfigView::updateList(All) to ConfigList class") was a misconversion. Fixes:f9b918fae6("kconfig: qconf: move ConfigView::updateList(All) to ConfigList class") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
263e70bc42
commit
721bfe583c
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ void ConfigList::updateListAllForAll()
|
|||
while (it.hasNext()) {
|
||||
ConfigList *list = it.next();
|
||||
|
||||
list->updateList();
|
||||
list->updateListAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue