]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: refactor conf_write_defconfig() to reduce indentation level
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 2 Jun 2024 12:54:16 +0000 (21:54 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Jul 2024 16:08:36 +0000 (01:08 +0900)
commit995150e4de13cee75b28265dabcd0c289b4ed3fa
tree6ac950576d69f3ecc21d5af16cad6b4c2fde664d
parent826ee96dd4f72028b98366a21d986d35e1d781d5
kconfig: refactor conf_write_defconfig() to reduce indentation level

Reduce the indentation level by continue'ing the loop earlier
if (!sym || sym_is_choice(sym)).

No functional change intended.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
scripts/kconfig/confdata.c