kconfig: use linked list in sym_set_changed()
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 May 2024 18:33:27 +0000 (03:33 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 9 May 2024 19:34:52 +0000 (04:34 +0900)
commit7d2806746d4636320e8e061a68eed32493e7c284
tree4228ef88da71c3c19fe77863d20c273bb738605a
parent4cc7e6cef3461d7921a6dcf8873f98501209c3a9
kconfig: use linked list in sym_set_changed()

Following the approach employed in commit bedf92362317 ("kconfig: use
linked list in get_symbol_str() to iterate over menus"), simplify the
iteration on the menus of the specified symbol.

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